mirror of https://github.com/google/oss-fuzz.git
libzmq: add maintainer, add UBSAN (#3829)
* Add another maintainer to libzmq's CC list * Enable UBSAN for libzmq * libzmq: disable afl fuzzer, CI fails * libsodium: do not let libsodium's autogen.sh download files from gnu.org There is no sanity check and if the download fails because gnu.org is down the build fails with unhelpful errors
This commit is contained in:
parent
e8ef609568
commit
8ca308e0db
|
@ -18,7 +18,7 @@
|
|||
|
||||
# build project and dependencies
|
||||
cd "${SRC}/libsodium"
|
||||
./autogen.sh
|
||||
DO_NOT_UPDATE_CONFIG_SCRIPTS=1 ./autogen.sh
|
||||
./configure --disable-shared
|
||||
make -j$(nproc) V=1 install DESTDIR=/tmp/zmq_install_dir
|
||||
|
||||
|
|
|
@ -4,9 +4,13 @@ primary_contact: "bluca@debian.org"
|
|||
auto_ccs:
|
||||
- "luca.boccassi@gmail.com"
|
||||
- "somdoron@gmail.com"
|
||||
- "simon.giesecke@gmail.com"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
sanitizers:
|
||||
- address
|
||||
- memory
|
||||
- undefined
|
||||
architectures:
|
||||
- x86_64
|
||||
- i386
|
||||
|
|
Loading…
Reference in New Issue