Attention is currently required from: neels.
1 comment:
Patchset:
that's news to me -- does that mean whenever I have hit bugs of uninitialized variables, it was *alw […]
heap allocations and static variables on the stack are not initialized. global static variables are in a different linker section (bss) which is cleared with zeroes at program start-up. This behaviour (not the unix/linux implementation detail of a "bss segment") is required by the C and C++ standards, AFAICT.
To view, visit change 37880. To unsubscribe, or for help writing mail filters, visit settings.