← Back to index
|
Original Bugzilla link
Bug 17668 – regex(q"<[^]>")
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2017-07-19T22:28:12Z
Last change time
2018-01-05T13:31:06Z
Assigned to
Dmitry Olshansky
Creator
Nikolay (unDEFER) Krivchenkov
Comments
Comment #0
by undefer — 2017-07-19T22:28:12Z
regex(q"<[^]>") leads to assertion, but user input may lead only to exception.
Comment #1
by dmitry.olsh — 2017-07-26T08:27:06Z
https://github.com/dlang/phobos/pull/5657
Comment #2
by github-bugzilla — 2017-08-07T11:12:37Z
Commits pushed to stable at
https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/ba15802664b806ffc2a56e2ef1cec4f6ce523dac
Fix issue 17668 - assert failure regex(q"<[^]>")
https://github.com/dlang/phobos/commit/bcb17a6d88c5107fc9df388b6e1a1fe84f6bf90c
Merge pull request #5657 from DmitryOlshansky/issue-17668 Fix issue 17668 - assert failure regex(q"<[^]>") merged-on-behalf-of: Dmitry Olshansky <
[email protected]
>
Comment #3
by github-bugzilla — 2017-08-16T13:13:55Z
Commits pushed to master at
https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/ba15802664b806ffc2a56e2ef1cec4f6ce523dac
Fix issue 17668 - assert failure regex(q"<[^]>")
https://github.com/dlang/phobos/commit/bcb17a6d88c5107fc9df388b6e1a1fe84f6bf90c
Merge pull request #5657 from DmitryOlshansky/issue-17668
Comment #4
by github-bugzilla — 2018-01-05T13:31:06Z
Commits pushed to dmd-cxx at
https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/ba15802664b806ffc2a56e2ef1cec4f6ce523dac
Fix issue 17668 - assert failure regex(q"<[^]>")
https://github.com/dlang/phobos/commit/bcb17a6d88c5107fc9df388b6e1a1fe84f6bf90c
Merge pull request #5657 from DmitryOlshansky/issue-17668