From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dyndbg: fix NULL ptr on i386 due to section alignment Date: Sat, 14 Mar 2026 07:00:20 +1000 Message-ID: In-Reply-To: <20260313132103.2529746-2-jim.cromie@gmail.com> References: <20260313132103.2529746-1-jim.cromie@gmail.com> <20260313132103.2529746-2-jim.cromie@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Fixes a real NULL deref caused by `__dyndbg_classes` section misalignment on i386 (28-byte structs). Adding `ALIGN(8)` to `BOUNDED_SECTION*` macros and reordering sections is correct. The ORC sections are manually expanded to preserve their smaller alignment. No issues. Well-motivated fix. --- Generated by Claude Code Patch Reviewer