From 0e61153a94f5d7674526d125e0a5399b6465787d Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 6 Aug 2026 14:53:56 +0800 Subject: [PATCH] chore: bump hbb_common to the fragment-framing fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit b7f79c6..9ea5442 — reject a fragment header that is neither FRAG_END nor FRAG_MORE, and a FRAG_MORE carrying no payload. The latter is the one nothing downstream caught: it adds nothing to the reassembly accumulator, so the MAX_FRAME_LENGTH cap never trips and WebRTCStream::next() spins for as long as the peer keeps writing, with no error and no teardown. Co-Authored-By: Claude Opus 5 (1M context) --- libs/hbb_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hbb_common b/libs/hbb_common index 5a45b6b14..0a36139a5 160000 --- a/libs/hbb_common +++ b/libs/hbb_common @@ -1 +1 @@ -Subproject commit 5a45b6b14916b7e020b8badad7ef0d6ca9dbd550 +Subproject commit 0a36139a587bdb7140ed0be81fa02adcf0170702