diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-10 11:31:46 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-10 11:31:46 +0530 |
commit | abe7f530bf5c741fe6f0658da7be59d8db168f7f (patch) | |
tree | b57ba83c808a98b42b5b9d548afc51ae6962982d /io/Makefile | |
parent | 61c23e6234db0e94cd850e88536401910ac61516 (diff) | |
download | glibc-abe7f530bf5c741fe6f0658da7be59d8db168f7f.zip glibc-abe7f530bf5c741fe6f0658da7be59d8db168f7f.tar.gz glibc-abe7f530bf5c741fe6f0658da7be59d8db168f7f.tar.bz2 |
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 'io/Makefile')
0 files changed, 0 insertions, 0 deletions