mirror of https://github.com/google/oss-fuzz.git
[php] Enable memory sanitizer (#3141)
This commit is contained in:
parent
f6131a0cca
commit
3c39a19366
|
@ -37,6 +37,7 @@ export CXXFLAGS="$CXXFLAGS -fno-sanitize=object-size"
|
|||
--enable-json \
|
||||
--enable-exif \
|
||||
--enable-mbstring \
|
||||
--without-pcre-jit \
|
||||
--disable-phpdbg \
|
||||
--disable-cgi \
|
||||
--with-pic
|
||||
|
|
|
@ -6,6 +6,7 @@ auto_ccs:
|
|||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
- memory
|
||||
architectures:
|
||||
- x86_64
|
||||
- i386
|
||||
|
|
Loading…
Reference in New Issue