]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: disable asssertion blocking OSSFuzz testing
authorStefan Eissing <stefan@eissing.org>
Tue, 25 Jul 2023 15:14:21 +0000 (17:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Jul 2023 15:44:15 +0000 (17:44 +0200)
commit63936d9ff83950d583a9588e35ecc04cffb43f76
tree10fe1dd67adbcf90485dc287e1b1b0aab623b2c2
parenta05cce74f912c63fa9afb11d6d0abafd52853970
http2: disable asssertion blocking OSSFuzz testing

- not clear how this triggers and it blocks OSSFuzz testing other
  things. Since we handle the case with an error return, disabling the
  assertion for now seems the best way forward.

Fixes #11500
Closes #11519
lib/http2.c