Added 32-bit fuzzing for minizip project. (#2850)

This commit is contained in:
Nathan Moinvaziri 2019-09-18 18:09:03 -07:00 committed by jonathanmetzman
parent 66faf75fb3
commit ea7c5506ae
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386