[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:
Even Rouault 2022-10-04 17:45:43 +02:00 committed by GitHub
parent 54732b5db5
commit 2a6157ccf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -8,12 +8,4 @@ vendor_ccs:
- "sdlime@gmail.com"
auto_ccs:
- "ajsinghyadav00@gmail.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
sanitizers:
- address
- memory
- undefined
main_repo: 'https://github.com/MapServer/MapServer'