about summary refs log tree commit diff
path: root/Rules
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-10 11:31:46 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-10 11:31:46 +0530
commitabe7f530bf5c741fe6f0658da7be59d8db168f7f (patch)
treeb57ba83c808a98b42b5b9d548afc51ae6962982d /Rules
parent61c23e6234db0e94cd850e88536401910ac61516 (diff)
downloadglibc-abe7f530bf5c741fe6f0658da7be59d8db168f7f.tar.gz
glibc-abe7f530bf5c741fe6f0658da7be59d8db168f7f.tar.xz
glibc-abe7f530bf5c741fe6f0658da7be59d8db168f7f.zip
Accept leading and trailing spaces in getdate input string
Fixes #15346.

The POSIX description of getdate allows for extra spaces in the
getdate input string.  __getdate_r uses strptime internally, which
works fine with extra spaces between format strings (and hence within
an input string) but not with leading and trailing spaces.  So we trim
off the leading and trailing spaces before we pass it on to strptime.
Diffstat (limited to 'Rules')
0 files changed, 0 insertions, 0 deletions