Re: [hatari-devel] Fixing some STE sound issue and doing 2.4.1 release

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

On 29.7.2022 19.33, Thorsten Otto wrote:
On Freitag, 29. Juli 2022 17:26:13 CEST Eero Tamminen wrote:
why Valgrind does  not report them.

Valgrind only reports reads from memory that has never been written, or writes
to memory beyond the malloced() size. If you are overwriting static (not
malloced) memory that still belongs to your process, that might not be
detected.

ASAN reported them as *heap* buffer overwrites.


	- Eero



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/