Page MenuHomeFreeBSD

PR230720: strptime: allow blank-padding for %k and %l
ClosedPublic

Authored by yuripv on Oct 30 2018, 12:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 1:39 AM
Unknown Object (File)
Thu, Nov 6, 12:54 PM
Unknown Object (File)
Mon, Nov 3, 9:16 PM
Unknown Object (File)
Sat, Oct 25, 4:02 PM
Unknown Object (File)
Oct 23 2025, 5:57 AM
Unknown Object (File)
Oct 23 2025, 5:56 AM
Unknown Object (File)
Oct 23 2025, 5:56 AM
Unknown Object (File)
Oct 23 2025, 5:56 AM

Details

Summary

strptime: allow blank-padding for %k and %l. Both are extensions and documented as being blank-padded in strftime(3).

Test Plan

Test cases added to lib/libc/tests/time.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/libc/stdtime/strptime.c
285 ↗(On Diff #49792)

I must admit that this is somewhat unusual way to write the cast. *(unsigned char *)buf is more typical.

yuripv added inline comments.
lib/libc/stdtime/strptime.c
285 ↗(On Diff #49792)

Should I fix it or leave it as it seems to follow other casts in this file?

lib/libc/stdtime/strptime.c
285 ↗(On Diff #49792)

It was a note, not the change request. It is indeed looks unusual.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 3 2018, 11:37 PM
This revision was automatically updated to reflect the committed changes.