jumnichi_kose (小瀬 淳一)
- Login: jumnichi_kose
- Registered on: 03/22/2017
- Last sign in: 03/22/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/23/2017
-
12:49 AM Ruby Bug #13352: RegExp infinite looping
- Thank' to @naruse
> https://regex101.com/
Your's workaround is fine.
It OK that "Somewhere in my regular expression was bad".
The RegExp include "Catastrophic backtracking".
A similar regular expression does not fall into an...
03/22/2017
-
05:36 AM Ruby Bug #13352: RegExp infinite looping
- 正規表現ライブラリの共通的な問題かもしれないが、皆さんの影響力を行使して、改善されることを希望します。
少なくともrexEx.compileでは、与えた正規表現の不正を摘出して欲しいと思います。 -
05:32 AM Ruby Bug #13352 (Rejected): RegExp infinite looping
- ruby entered an infinite loop with the following three steps.
~~~ ruby
r = /(?=\W)\W?(?:(?:(?:\/\*<)?[\'\"]?([\w_\$]+)[\'\"]?(?:>\*\/\s+this)?|(this))\.(\$scope|json)|([\'\"](?:\$scope|json)[\'\"]))((\.)(inputObjects)|(\.)(spreadShee...