https://bugs.kde.org/show_bug.cgi?id=475498
Bug ID: 475498 Summary: Add reallocarray wrapper Classification: Developer tools Product: valgrind Version: 3.22 GIT Platform: Other OS: FreeBSD Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: pjfl...@wanadoo.fr Target Milestone: --- Currently there is no wrapper for this function. As long as implementations just check for overflow and call realloc we are OK since we will intercept that. It's not safe to assume that and implementations could directly call their internal functions to handle the call. This was mentioned in https://bugs.kde.org/show_bug.cgi?id=407589 but I only fixed the aligned_alloc part. -- You are receiving this mail because: You are watching all bug changes.