Skip to content

Commit 4178b78

Browse files
committed
logs: Add UAR timing and corruption pattern investigation logs
Add debugging logs demonstrating Use-After-Remove (UAR) bug manifestation: gdb-uar-2433.log: - Shows exact worker corruption pattern in execute_once/remove_worker - Demonstrates work_pending corruption (232) from first cycle - Reveals the fatal corruption at cycle 11 (next=0xa) - Contains full crash backtrace and register state serial-uar-2433.log: - Shows string length progression across cycles - Demonstrates how counter value (11) pushes string to 48 chars - Captures timestamps showing execution/removal sequence These logs were instrumental in identifying how stack layout and string buffer size affect the UAR bug manifestation.
1 parent 81ae3c0 commit 4178b78

File tree

2 files changed

+607
-0
lines changed

2 files changed

+607
-0
lines changed

0 commit comments

Comments
 (0)