|
From: Marko B. <mar...@ma...> - 2022-11-06 17:49:22
|
Hi Oswald, > Oswald Buddenhagen <osw...@gm...> hat am 13.06.2022 22:36 CEST geschrieben: > anyway, it occurs to me that modern gcc and clang versions have some > built-in memory debugger functionality - so recompiling with > --sanitize=address or something similar might actually get us ahead. I compiled with `-fsanitize=address -g -O0' and getting ´´´ Loading far side box... F: [ 5] Enter load_box, [1,inf] (find >= 0, paired <= 4294967295, new > 0) ================================================================= ==20988==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62a8a979 at pc 0x650d7c30 bp 0x7fe47f64 sp 0x7fe47b28 WRITE of size 10 at 0x62a8a979 thread T0 ASAN:DEADLYSIGNAL AddressSanitizer: nested bug in the same thread, aborting. ´´´ Marko |