martinsp (Martins Polakovs)
- Login: martinsp
- Registered on: 02/06/2024
- Last sign in: 03/08/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/06/2024
-
10:23 AM Ruby Bug #20239 (Closed): Segmentation fault when using Regex on a large String
- Since v3.2.0 ruby crashes with segmentation fault on the following script with a `[BUG] Segmentation fault at ...`
``` ruby
require "rbconfig/sizeof"
("\u{0101}" + "a" * RbConfig::LIMITS["INT_MAX"] + "b").match(/b/)
```
Crash ca...