Actions
Bug #22127
closedparse.y regexp crash on invalid encoding
Bug #22127:
parse.y regexp crash on invalid encoding
Description
./ruby --parser=parse.y -e '/#{"\xcd"}/'
results in a segfault
Updated by nobu (Nobuyoshi Nakada) 1 day ago
- Status changed from Open to Closed
Applied in changeset git|66ec908b84a99e512647a9dd61ac3451869e2a12.
[Bug #22127] Check the dynamic regexp compilation results
Updated by nobu (Nobuyoshi Nakada) 1 day ago
- Backport changed from 3.3: UNKNOWN, 3.4: UNKNOWN, 4.0: UNKNOWN to 3.3: DONTNEED, 3.4: DONTNEED, 4.0: REQUIRED
Actions