cozerercument (Boran P.)
- Login: cozerercument
- Registered on: 09/14/2026
- Last sign in: 09/14/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/14/2026
-
09:09 PM Ruby Bug #22316 (Closed): String#bit_set can access out-of-bounds memory after reentrant Warning.warn mutation
- `String#bit_set` can access memory outside the current String backing buffer when a chilled String is mutated reentrantly from a customized `Warning.warn` callback.
The bit offset is validated against the String length before `rb_str_...