ProcDump-for-Linux
ProcDump-for-Linux copied to clipboard
-restrack calloc and reallocarray sizes are incorrect
Expected behavior
For calloc and reallocarray the allocation size should be nmemb*size
Actual behavior
Currently the size is size
Steps to reproduce the behavior
- Run procdump with -restrack against a process that uses calloc
The resulting leak track report only reports size rather than nmemb*size
System information (e.g., distro, kernel version, etc.)
All