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)
Mon, May 5, 4:21 AM
Unknown Object (File)
Thu, Apr 24, 3:24 PM
Unknown Object (File)
Thu, Apr 24, 2:50 PM
Unknown Object (File)
Wed, Apr 23, 1:43 PM
Unknown Object (File)
Mon, Apr 21, 1:28 AM
Unknown Object (File)
Sun, Apr 20, 11:18 PM
Unknown Object (File)
Sun, Apr 20, 7:30 AM
Unknown Object (File)
Sun, Apr 20, 5:58 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.