From bb55da744073ddfb7ad2a84acb3e3fa2afc7879a Mon Sep 17 00:00:00 2001 From: Corey Ryan Dean Date: Tue, 9 Jun 2026 17:58:58 -0500 Subject: [PATCH] =?UTF-8?q?[DEPENDENCY]=20Update=20blitzforge=20dependenci?= =?UTF-8?q?es=20=E2=80=94=20crash-handler=20bounds=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up blitz-forge#87: the quality-gate review of the flake fix (#549 / blitz-forge#86) found the new seTranslator diagnostics sprintf'd a 110-char regs line into a 96-byte stack buffer -- a guaranteed 15-byte OOB write on the crash path. All handler formatting is now snprintf-bounded, and the generated-image dump clamps to the committed region it actually reads. Co-Authored-By: Claude Fable 5 --- compiler/BlitzForge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/BlitzForge b/compiler/BlitzForge index af497fba..bdbfd9ff 160000 --- a/compiler/BlitzForge +++ b/compiler/BlitzForge @@ -1 +1 @@ -Subproject commit af497fba8a259e37269856ad856d384c5b7104b8 +Subproject commit bdbfd9ff154b2a65b8c458b52bec524b23e4e81e