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-json \
|
||||||
--enable-exif \
|
--enable-exif \
|
||||||
--enable-mbstring \
|
--enable-mbstring \
|
||||||
|
--without-pcre-jit \
|
||||||
--disable-phpdbg \
|
--disable-phpdbg \
|
||||||
--disable-cgi \
|
--disable-cgi \
|
||||||
--with-pic
|
--with-pic
|
||||||
|
|
|
@ -6,6 +6,7 @@ auto_ccs:
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
- undefined
|
- undefined
|
||||||
|
- memory
|
||||||
architectures:
|
architectures:
|
||||||
- x86_64
|
- x86_64
|
||||||
- i386
|
- i386
|
||||||
|
|
Loading…
Reference in New Issue