Commit Graph

58 Commits

Author SHA1 Message Date
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
Alex Hultman dde628956b Fuzz ws->unsubscribeAll 2020-01-12 18:56:54 +01:00
Alex Hultman 2de34fa3f6 Stress more with MockedHelloWorld 2020-01-12 18:52:46 +01:00
Alex Hultman 42977d3570 Add MockedEmptyHandlersServer fuzz target 2020-01-12 18:22:54 +01:00
Alex Hultman 108d4f527f Call loop pre/post more often while fuzzing 2020-01-11 23:15:29 +01:00
Alex Hultman 5d0d821bb2 Emit pre/post callbacks while fuzzing 2020-01-11 23:00:20 +01:00
Alex Hultman 55fa272f5a Update README.md 2020-01-09 19:35:29 +01:00
Alex Hultman e9d8ed9197 Add TopicTree fuzz target 2020-01-09 19:32:14 +01:00
Alex Hultman 7d2c1b4379 Add MockedBroadcastingEchoServer fuzz target 2020-01-08 18:27:03 +01:00
Alex Hultman a23d3fd901 Re-enable mocked post fuzz 2020-01-07 14:04:51 +01:00
Alex Hultman 03681ccbe6 Restore fuzzing makefile 2020-01-04 14:12:26 +01:00
Alex Hultman bbbe3bda18 Be strict about maxPayloadLength in inflate 2020-01-01 18:15:56 +01:00
Alex Hultman 736e50bdc8 Fuzz with check for message length passed 2019-12-31 13:13:42 +01:00
Alex Hultman 54dd866a84 Fragments forming a long message are not caught early 2019-12-31 12:56:45 +01:00
Alex Hultman a969a3e53e Fix up router fuzz target 2019-12-26 16:22:20 +01:00
Alex Hultman d83b4ccc54 Update README.md 2019-08-18 23:48:54 +02:00
Alex Hultman 24b15097ad More investigation 2019-06-27 20:47:56 +02:00
Alex Hultman ff285785b1 Investigation continues 2019-06-26 20:58:24 +02:00
Alex Hultman 734229a546 Try and figure out where things break 2019-06-25 21:37:25 +02:00
Alex Hultman bec0ab1831 Cover more code in mocked hello world 2019-06-22 12:43:33 +02:00
Alex Hultman 248df5cf65 Clean up fuzzing Makefile 2019-06-21 13:43:02 +02:00
Alex Hultman 441a1d33ea Trigger even more code while fuzzing 2019-06-21 13:27:13 +02:00
Alex Hultman c0d8b383cc Enable permessage-deflate while fuzzing 2019-06-21 00:37:04 +02:00
Alex Hultman 7e3118ae73 Update README.md 2019-06-21 00:27:25 +02:00
Alex Hultman 158fb9ef5a Rather use last byte to determine what to do 2019-06-19 23:15:17 +02:00
Alex Hultman 29761db349 Cover more code, fix leak due to not emitting close while mocking 2019-06-19 22:48:13 +02:00
Alex Hultman dfe0df6586 Loop over data in chunks of 0-255 while mocking 2019-06-18 18:46:23 +02:00
Alex Hultman 7a5365543a Move oss-fuzz building rules to here 2019-06-16 15:20:18 +02:00
Alex Hultman c102034870 Add MockedEchoServer fuzz target, fix App capture of moving this 2019-06-16 12:53:19 +02:00
Alex Hultman 48cca47c63 Update Http.cpp 2019-06-15 21:53:31 +02:00
Alex Hultman e6f21a8354 Update Http.cpp 2019-06-15 21:39:14 +02:00
Alex Hultman 7551339a52 Update Http.cpp 2019-06-15 21:37:41 +02:00
Alex Hultman cb12320483 Update helpers.h 2019-06-14 21:56:06 +02:00
Alex Hultman a11df69fea Update uSocketsMock.c 2019-06-13 20:14:03 +02:00
Alex Hultman afe63d6f25 Fix oss-fuzz reported issues 2019-06-12 10:58:29 +02:00
Alex Hultman 28e0f24f2f Update uSocketsMock.c to the 0.2.0 interfaces 2019-06-11 19:31:58 +02:00
Alex Hultman ce66e6c13c Update README.md 2019-06-10 02:15:13 +02:00
Alex Hultman 5098ec279f Compile uSocketsMock as C 2019-06-10 01:19:18 +02:00
Alex Hultman 72ad34075e Try and fix ubsan complaints 2019-06-10 00:44:50 +02:00
Alex Hultman 2c85dc51c6 Use LLVMFuzzerInitialize instead 2019-06-10 00:16:30 +02:00
Alex Hultman 47dd5a49ac Add MockedHelloWorld fuzz target with uSocketsMock.c 2019-06-09 23:44:17 +02:00
Alex Hultman 2c19e4f221 Add mocking idea 2019-06-09 22:01:02 +02:00
Alex Hultman 8329285ef1 Add PerMessageDeflate fuzz target 2019-06-09 21:52:53 +02:00
Alex Hultman 12ec7a6234 Fix up fuzzing 2019-06-09 09:45:30 +02:00
Alex Hultman 41ed5e3990 Fuzz WebSockets in chunks 2019-04-03 03:51:15 +02:00
Alex Hultman d4bf6346df Guarantee SSO is not applicable to fallback buffer 2019-04-03 03:17:02 +02:00
Alex Hultman 7f35d06920 Add fuzzing/helpers.h 2019-04-03 03:00:49 +02:00
Alex Hultman cd00bfc779 Fuzz Http in chunks 2019-04-03 02:59:24 +02:00