Thread overview
[Issue 12582] Non-existant named capture groups cause runtime range violation or segmentation fault in regex
Apr 23, 2014
Dmitry Olshansky
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=12582

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |dmitry.olsh@gmail.com

--- Comment #1 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2106

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=12582

github-bugzilla@puremagic.com changed:

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

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=12582

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/85ba4748eb9aa78d27e7fce14182ede4dd29ffc0
fix issue 12582 Non-existant named capture groups cause runtime range violation
or segmentation fault in regex

https://github.com/D-Programming-Language/phobos/commit/63e1836adc5574acb06b7a4ec23e0a401e22cd2f Merge pull request #2106 from DmitryOlshansky/issue-12582

fix issue 12582 Non-existant named capture groups cause runtime range vi...

--