|
From: Oswald B. <osw...@gm...> - 2022-11-07 08:06:34
|
On Sun, Nov 06, 2022 at 06:49:07PM +0100, Marko Bauhardt wrote: >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. >´´´ > that looks like a good start, but you still need to make the addresses usable: gdb mbsync l *0x650d7c30 q i think that should more or less do. |