We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For calloc and reallocarray the allocation size should be nmemb*size
Currently the size is size
The resulting leak track report only reports size rather than nmemb*size
All
The text was updated successfully, but these errors were encountered:
This has now been fixed.
Sorry, something went wrong.
MarioHewardt
No branches or pull requests
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
The resulting leak track report only reports size rather than nmemb*size
System information (e.g., distro, kernel version, etc.)
All
The text was updated successfully, but these errors were encountered: