[Bug libc/33053] strtoimax, strtoumax, wcstoimax, wcstoumax don't have a nonnull on them for first argument

pinskia at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Tue Jun 3 23:50:52 GMT 2025


https://sourceware.org/bugzilla/show_bug.cgi?id=33053

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
So strtoimax, strtoumax, wcstoimax, wcstoumax functions are in inttypes.h while
strtol, etc. are in stdlib.h which might be the reason why they were missed
adding of the nonnull attribute long time ago.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list