mirror of https://github.com/google/oss-fuzz.git
Added 32-bit fuzzing for minizip project. (#2850)
This commit is contained in:
parent
66faf75fb3
commit
ea7c5506ae
|
@ -20,3 +20,6 @@ sanitizers:
|
||||||
- address
|
- address
|
||||||
- memory
|
- memory
|
||||||
- undefined
|
- undefined
|
||||||
|
architectures:
|
||||||
|
- x86_64
|
||||||
|
- i386
|
Loading…
Reference in New Issue