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 ]


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.



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