diff options
author | Eric Blake <ebb9@byu.net> | 2010-04-07 17:56:20 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-07 17:56:20 -0700 |
commit | 66b93be793af309fb78d54199aed2306650079d0 (patch) | |
tree | 0c305b683cbd023b9f1efb1b1c580afcc6b1a86a /ChangeLog | |
parent | cf0b68196c837ad591f0e7fc0f8e8a0f690b847c (diff) | |
download | glibc-66b93be793af309fb78d54199aed2306650079d0.tar glibc-66b93be793af309fb78d54199aed2306650079d0.tar.gz glibc-66b93be793af309fb78d54199aed2306650079d0.tar.bz2 glibc-66b93be793af309fb78d54199aed2306650079d0.zip |
getopt mishandles optstring of "+:"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-12-01 Eric Blake <ebb9@byu.net> + [BZ #11039] + * posix/getopt.c (_getopt_internal_r): Skip optional - or + before + checking lead byte of optstring for :. + [BZ #11040] * posix/getopt.c (_getopt_internal_r): Reject '-;' as short option, since it conflicts with "W;" optstring extension. |