Disable ubsan for gpsd (#8668)

The maintainer does not want these reports.

Fixes https://github.com/google/oss-fuzz/issues/8658
This commit is contained in:
Oliver Chang 2022-10-04 17:14:40 +11:00 committed by GitHub
parent 987d9c939c
commit a5562d72c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -12,5 +12,4 @@ fuzzing_engines:
sanitizers:
- address
- memory
- undefined
main_repo: 'https://gitlab.com/gpsd/gpsd'