mirror of https://github.com/google/oss-fuzz.git
[mapserver] Disable memory sanitizer (#8667)
It causes false positives due to a number of mapserver dependencies not being rebuilt with it. Also rely on default settings for the sanitizers and fuzzing_engines section
This commit is contained in:
parent
54732b5db5
commit
2a6157ccf5
|
@ -8,12 +8,4 @@ vendor_ccs:
|
||||||
- "sdlime@gmail.com"
|
- "sdlime@gmail.com"
|
||||||
auto_ccs:
|
auto_ccs:
|
||||||
- "ajsinghyadav00@gmail.com"
|
- "ajsinghyadav00@gmail.com"
|
||||||
fuzzing_engines:
|
|
||||||
- libfuzzer
|
|
||||||
- afl
|
|
||||||
- honggfuzz
|
|
||||||
sanitizers:
|
|
||||||
- address
|
|
||||||
- memory
|
|
||||||
- undefined
|
|
||||||
main_repo: 'https://github.com/MapServer/MapServer'
|
main_repo: 'https://github.com/MapServer/MapServer'
|
||||||
|
|
Loading…
Reference in New Issue