Does gdb initialize uninitialized variables?

Edgar Mobile heideggm@hotmail.com
Mon Feb 21 09:44:42 GMT 2022


Greetings,

I currently try to find a bug that might be caused by uninitialized variables/memory. But it never appears when I use gdb. Does gdb change how memory is initialized in any way, be it on stack or via new/malloc?

Regards


More information about the Gdb mailing list