Skip to content
Snippets Groups Projects
Henrik Grubbström (Grubba)'s avatar
Henrik (Grubba) Grubbström authored
The fields in struct mallinfo in Linux libc (as of glibc 2.20) are
declared as int, and will thus overflow into negative when the values
get larger than 0x3fffffff. This commit interprets negative mallinfo
values as 32-bit unsigned values.
ba00e69d
History
Name Last commit Last update
..