From: John R. <jr...@bi...> - 2025-04-10 20:25:20
|
> https://bugs.kde.org/show_bug.cgi?id=497977 Don't sugar-coat the reporting of the user error. The declaration is "void *malloc(size_t size);" memcheck should print the argument as size_t, which is some flavor of unsigned. If the user wants to believe otherwise, then the user can use a debugger or other tool to convert. |