Thread overview
[Issue 17574] Range violation in std.getopt:getopt AA parsing
June 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17574

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
June 30, 2017
https://issues.dlang.org/show_bug.cgi?id=17574

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/bb0340766b4810fd72f92d2a55981aba8006396e Fix issue 17574 - Avoid range error by checking the result of indexOf

https://github.com/dlang/phobos/commit/700d44da1d104c03b5553cb9f636433b9be3434d Merge pull request #5525 from Hackerpilot/issue-17574

Fix issue 17574 - Avoid range error by checking the result of indexOf merged-on-behalf-of: H. S. Teoh <quickfur@users.noreply.github.com>

--
June 30, 2017
https://issues.dlang.org/show_bug.cgi?id=17574

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17574

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/bb0340766b4810fd72f92d2a55981aba8006396e Fix issue 17574 - Avoid range error by checking the result of indexOf

https://github.com/dlang/phobos/commit/700d44da1d104c03b5553cb9f636433b9be3434d Merge pull request #5525 from Hackerpilot/issue-17574

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17574

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/bb0340766b4810fd72f92d2a55981aba8006396e Fix issue 17574 - Avoid range error by checking the result of indexOf

https://github.com/dlang/phobos/commit/700d44da1d104c03b5553cb9f636433b9be3434d Merge pull request #5525 from Hackerpilot/issue-17574

--