Comment #1 on issue 325 by [email protected]: Leak of size 0 reported
as leak of size 1
http://code.google.com/p/address-sanitizer/issues/detail?id=325
This is because malloc(0) actually allocates 1 byte in ASan. The allocator
doesn't support 0-byte allocations. Alas we don't have the luxury of an
extra metadata bit to distinguish between 0 and 1 byte blocks.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.