Commit 93c500a
committed
blitz: fix WebSocket UAF + re-enable echo-ws benchmark
- Update blitz dependency to 541cd3b (WebSocket send-inflight fix)
- Add echo-ws back to meta.json tests
- Root cause: ArrayList reallocation during io_uring send invalidated
the send SQE's buffer pointer (use-after-free)
- Fix defers frame processing until send completes1 parent 9946563 commit 93c500a
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
0 commit comments