Skip to content

Commit

Permalink
fuzzing nvi regex(3): trying to add symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
plusun committed Jul 23, 2018
1 parent 498b45c commit dfa23d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/fuzz/regex/nvi/regcomp/bug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ SRCS+= main.c
SRCS+= regcomp.c regerror.c regexec.c regfree.c

CPPFLAGS+= -I${NETBSDSRCDIR}/external/bsd/nvi/usr.bin/nvi -I${NETBSDSRCDIR}/external/bsd/nvi/dist/regex -D__REGEX_PRIVATE -DUSE_WIDECHAR -D__REGEX_PRIVATE -DUSE_WIDECHAR -Dregcomp=__mkfuzzer_regcomp -Dregerror=__mkfuzzer_regerror -Dregexec=__mkfuzzer_regexec -Dregfree=__mkfuzzer_regfree -g
CFLAGS+= -g
LDFLAGS+= -g

.include <bsd.prog.mk>

0 comments on commit dfa23d9

Please sign in to comment.