Commit 908da97
Fix fuzzing tests for HTTPBinaryCodec for incompletely formed messages
Summary: Task T135622359 showed a fuzzing test failure where the HTTPBinaryCodec could crash on incompletely formed messages. This diff patches the issue.
Reviewed By: zhang00000
Differential Revision: D40861967
fbshipit-source-id: 3443686b37b972bff1a8839335b4df055f4552ba1 parent 235cd7a commit 908da97
File tree
1 file changed
+13
-4
lines changed- third-party/proxygen/src/proxygen/lib/http/codec
1 file changed
+13
-4
lines changedLines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
434 | | - | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
435 | 445 | | |
436 | | - | |
437 | 446 | | |
438 | 447 | | |
439 | 448 | | |
| |||
0 commit comments