]> git.ipfire.org Git - thirdparty/zstd.git/commit
[fuzz] Fix compiler detection & update ubsan flags 2503/head
authorNick Terrell <terrelln@fb.com>
Fri, 19 Feb 2021 21:11:29 +0000 (13:11 -0800)
committerNick Terrell <terrelln@fb.com>
Fri, 19 Feb 2021 21:19:18 +0000 (13:19 -0800)
commit91e6480458df7b90874cccf27c8a55e1db9311af
tree95097fa1b210c41e857245674d4ecea758d07383
parenta2adc6df9f44ca9b180872e18528fd236e8a4d20
[fuzz] Fix compiler detection & update ubsan flags

* Fix compiler version regex, which was broken for multi-digit
  versions.
* Fix compiler detection for gcc.
* Disable `pointer-overflow` instead of `integer-overflow` for gcc
  versions newer than 8.0.0.
tests/fuzz/fuzz.py