Commit Graph

105 Commits

Author SHA1 Message Date
Alex Hultman 72e26ea483 Update PerMessageDeflate.cpp 2020-10-24 08:28:35 +02:00
Alex Hultman 4fef0d73e4 Update PerMessageDeflate.cpp 2020-10-23 22:20:03 +02:00
Alex Hultman d9e2480590 Add fuzz test for QueryParser 2020-09-28 13:02:54 +02:00
Alex Hultman f99f20faa9 Update README.md 2020-08-26 04:47:11 +02:00
Alex Hultman 4d79a1877e Stress a bit more of uSockets when fuzzing 2020-08-24 12:28:30 +02:00
Alex Hultman 8b82998e5d Use our fork of zlib for MemorySanitizer fuzzing 2020-08-24 01:55:26 +02:00
Alex Hultman 505ec79584 Update libEpollFuzzer 2020-08-23 18:44:20 +02:00
Alex Hultman e5e216c5da Update libEpollFuzzer, thread_local build 2020-08-22 08:29:52 +02:00
Alex Hultman f5440c6958 Update libEpollFuzzer, uSockets 2020-08-21 21:05:06 +02:00
Alex Hultman b039f95cc1 Increase fuzzing coverage of uSockets 2020-08-21 16:26:42 +02:00
Alex Hultman 8bdae7645f Also fuzz client features 2020-08-20 21:46:27 +02:00
Alex Hultman 426d4aa298 Trigger more context functions when fuzzing 2020-08-20 19:45:11 +02:00
Alex Hultman 2544593c13 Update libEpollFuzzer 2020-08-19 15:55:02 +02:00
Alex Hultman cf0a21e33b Fuzz with defer, send, end uncorked 2020-08-14 17:40:54 +02:00
Alex Hultman 959ac9ef80 Simplify PerMessageDeflate fuzzing regions 2020-08-14 16:34:14 +02:00
Alex Hultman 301b7ffe45 Revert "Never fuzz DEDICATED_COMPRESSOR_3KB"
This reverts commit ffa900b9aa.
2020-08-12 23:46:11 +02:00
Alex Hultman f666aab105 Add TopicTree fuzzing dictionary 2020-08-12 22:01:47 +02:00
Alex Hultman d0e615492c Try and increase fuzz coverage 2020-08-12 11:10:59 +02:00
Alex Hultman 4aa7424b10 Build zlib from source on oss-fuzz 2020-08-10 18:19:01 +02:00
Alex Hultman 330361f7b3 Add simple fuzzing dictionary 2020-08-10 15:49:17 +02:00
Alex Hultman 854aeeecb6 Must pass CFLAGS for oss-fuzz to work with msan 2020-08-10 00:23:00 +02:00
Alex Hultman 570c585038 Update libEpollFuzzer 2020-08-09 23:10:45 +02:00
Alex Hultman d30c3d1370 Also wrap send syscall when fuzzing 2020-08-09 21:11:22 +02:00
Alex Hultman ffa900b9aa Never fuzz DEDICATED_COMPRESSOR_3KB 2020-08-07 19:53:17 +02:00
Alex Hultman 542f3eafae Fuzz with all compressors 2020-08-07 19:47:34 +02:00
Alex Hultman 31ed58674a Improve PerMessageDeflate fuzzing 2020-08-07 19:33:03 +02:00
Alex Hultman 521573933d Update README.md 2020-08-07 17:24:12 +02:00
Alex Hultman 0d5c0bd2ef Try deterministically fuzzed MockedEchoServer 2020-08-07 16:30:42 +02:00
Alex Hultman 4ad07a4f93 Fix entirely broken TopicTree fuzz target 2020-08-07 16:08:53 +02:00
Alex Hultman 1fdcfa559e Improve fuzzing coverage 2020-08-06 17:07:19 +02:00
Alex Hultman d5b5e8d8da Add libEpollFuzzer and a new fuzz target 2020-08-05 16:27:24 +02:00
Alex Hultman f397a2f89c Fuzz with 3kb, 8kb 2020-07-02 03:25:05 +02:00
Alex Hultman 0ec45fc740 Fuzz with dedicated compressor 2020-06-28 08:27:20 +02:00
Alex Hultman 80ba7fb035 Fix Http.cpp fuzzing as HttpWithProxy 2020-06-27 02:43:08 +02:00
Alex Hultman 2c62b07453 Update fuzzing 2020-06-27 02:19:29 +02:00
Alex Hultman 030758c2a9 Update MockedBroadcastingEchoServer.cpp 2020-06-20 22:22:54 +02:00
Alex Hultman 5edd01b666 Update MockedEchoServer 2020-06-16 13:12:41 +02:00
Alex Hultman 6ffb8a6bf7 Minor fuzz fix 2020-06-10 13:56:20 +02:00
alexhultman-2fa 676389b2a4 Update Http fuzzing 2020-06-10 13:50:18 +02:00
Alex Hultman 3d1ede1f52 Add HttpWithProxy fuzz target 2020-06-08 15:19:43 +02:00
Alex Hultman a4d192453a Fix TopicTree fuzz build 2020-06-08 15:17:05 +02:00
Alex Hultman 1699b214c5 Update TopicTree fuzzing 2020-06-01 14:51:50 +02:00
Alex Hultman 3c9a418e5a Update uSocketsMock.c for v0.3.5+ APIs 2020-05-08 15:56:55 +02:00
Alex Hultman 05a7b1e45b Update PerMessageDeflate fuzzing 2020-04-07 18:07:09 +02:00
Alex Hultman 11696c54be Amagad, fix fuzzing 2020-03-05 19:49:38 +01:00
Alex Hultman 3a64336493 Fix fuzzing of permessage-deflate 2020-03-02 18:11:49 +01:00
Alex Hultman 7313e0168d Add link to fuzzing bug list 2020-02-29 01:25:32 +01:00
Alex Hultman 4e0db32165 Update README.md 2020-01-12 20:27:21 +01:00
Alex Hultman d4e0032a3d Also call cork while doing so 2020-01-12 20:23:43 +01:00
Alex Hultman f0574d5fbb Make sure to call write while fuzzing 2020-01-12 20:19:44 +01:00