This had previously been partly fixed in 2571c7f7200f.
MFC after: 1 week
Paths
| Differential D41510 Authored by des on Aug 19 2023, 11:46 PM.
Details Summary This had previously been partly fixed in 2571c7f7200f. MFC after: 1 week
Diff Detail
Event TimelineHerald added a subscriber: imp. · View Herald TranscriptAug 19 2023, 11:46 PM2023-08-19 23:46:48 (UTC+0) Harbormaster completed remote builds in B53175: Diff 126240.Aug 19 2023, 11:46 PM2023-08-19 23:46:48 (UTC+0) des added a child revision: D41511: libc: Implement N2630..Aug 19 2023, 11:46 PM2023-08-19 23:46:55 (UTC+0) Harbormaster completed remote builds in B53178: Diff 126243.Aug 19 2023, 11:55 PM2023-08-19 23:55:34 (UTC+0) This revision is now accepted and ready to land.Aug 21 2023, 2:39 PM2023-08-21 14:39:03 (UTC+0) Closed by commit rGb8b6bef43f87: libc: Fix parsing of hexadecimal numbers in strtol() family. (authored by des). · Explain WhyAug 24 2023, 9:51 PM2023-08-24 21:51:32 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 126243 lib/libc/iconv/_strtol.h
lib/libc/iconv/_strtoul.h
lib/libc/locale/wcstoimax.c
lib/libc/locale/wcstol.c
|
99% of the time assert(3) will just compile out in userspace. Does this library have any other use of assert(3) (i.e. does it expect anybody to actually compile with -DDEBUG or whatever)?