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)
Sun, Dec 14, 10:00 PM
Unknown Object (File)
Sun, Dec 7, 6:33 AM
Unknown Object (File)
Fri, Nov 28, 10:46 PM
Unknown Object (File)
Sun, Nov 23, 5:48 PM
Unknown Object (File)
Nov 11 2025, 1:39 AM
Unknown Object (File)
Nov 6 2025, 12:54 PM
Unknown Object (File)
Nov 3 2025, 9:16 PM
Unknown Object (File)
Oct 25 2025, 4:02 PM

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.