]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: fix callback signatures to please UndefinedBehaviorSanitizer 15289/head
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Oct 2024 11:01:19 +0000 (13:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Oct 2024 12:33:47 +0000 (14:33 +0200)
commit8403e5a7014ecabb306ce492ee4c54bc886159d0
tree3c273df097af1757f2d75cbc188f4bac81815dd8
parenteed3c8f4b722d86621a5946a98f62c6963026596
tests: fix callback signatures to please UndefinedBehaviorSanitizer

Make test applications use the correct prototypes for callbacks.

Closes #15289
17 files changed:
lib/doh.c
lib/easy.c
lib/speedcheck.h
tests/http/clients/h2-pausing.c
tests/http/clients/upload-pausing.c
tests/libtest/lib1485.c
tests/libtest/lib1509.c
tests/libtest/lib1540.c
tests/libtest/lib1541.c
tests/libtest/lib1556.c
tests/libtest/lib2308.c
tests/libtest/lib3207.c
tests/libtest/lib552.c
tests/libtest/lib571.c
tests/libtest/lib576.c
tests/libtest/testtrace.c
tests/libtest/testtrace.h