Skip to content

Commit 93c500a

Browse files
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 completes
1 parent 9946563 commit 93c500a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

frameworks/blitz/build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
.dependencies = .{
1111
.blitz = .{
12-
.url = "https://github.com/BennyFranciscus/blitz/archive/85563faa57d83d82523ece907793c56a037c4f1d.tar.gz",
13-
.hash = "blitz-0.1.0-OJAP5pT0BAB0Cz0lSfeXA-h9xOG5UPoJPTeUcHxKIoA1",
12+
.url = "https://github.com/BennyFranciscus/blitz/archive/541cd3bae622b76e76c3c8b68d5f50825e38d75c.tar.gz",
13+
.hash = "blitz-0.1.0-OJAP5jf0BABVpa50QwnJV50pDkAVhriR21R3sR7OfagO",
1414
},
1515
},
1616
}

frameworks/blitz/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"limited-conn",
1414
"json",
1515
"upload",
16-
"compression"
16+
"compression",
17+
"echo-ws"
1718
]
1819
}

0 commit comments

Comments
 (0)