summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2010-04-07 17:56:20 -0700
committerPetr Baudis <pasky@ucw.cz>2010-05-12 03:21:15 +0200
commit6b6e2d505cf6e9246872e7f98e338b52922c7b33 (patch)
treebeb1af85e7a7e8170ac40aed992894d8571dc10b /ChangeLog
parentd75c76e1d74d3c6fe508738abd442aae0365d690 (diff)
getopt mishandles optstring of "+:"
(cherry picked from commit 66b93be793af309fb78d54199aed2306650079d0)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1497e859b5..e2a23b7b50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.