Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163980663
D17543.id49083.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
353 B
Referenced Files
None
Subscribers
None
D17543.id49083.diff
View Options
Index: lib/libc/stdtime/strptime.c
===================================================================
--- lib/libc/stdtime/strptime.c
+++ lib/libc/stdtime/strptime.c
@@ -293,6 +293,10 @@
return (NULL);
} else if (i > 12)
return (NULL);
+ if (c == 'I' || c == 'l') {
+ if (i == 0)
+ return (NULL);
+ }
tm->tm_hour = i;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 28, 3:36 PM (5 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35660315
Default Alt Text
D17543.id49083.diff (353 B)
Attached To
Mode
D17543: strptime: disallow zero hour for %I and %l
Attached
Detach File
Event Timeline
Log In to Comment