General

Profile

jhawthorn (John Hawthorn)

  • Login: jhawthorn
  • Registered on: 12/22/2016
  • Last sign in: 11/10/2024

Issues

open closed Total
Assigned issues 0 21 21
Reported issues 2 15 17

Projects

Project Roles Registered on
Ruby Committer 11/25/2021
Backport187 Committer 11/25/2021
Backport191 Committer 11/25/2021
Backport192 Committer 11/25/2021
Backport193 Committer 11/25/2021
Backport200 Committer 11/25/2021
Backport21 Committer 11/25/2021
Backport22 Committer 11/25/2021
Ruby 1.8 Committer 11/25/2021
Ruby master Committer 11/25/2021

Like

Activity

11/12/2024

09:52 AM Ruby master Bug #20886: Crash due to double free on regex timeout after stack allocations
I've opened a backport PR for Ruby 3.3. I don't believe other versions need a backport as the previous memory leak pa... jhawthorn (John Hawthorn)
07:41 AM Ruby master Bug #20886 (Closed): Crash due to double free on regex timeout after stack allocations
Applied in changeset commit:git|8409edc4971f34cf0d77c375909c5b8f7b1e058a.
----------
Fix regex timeout double-free a...
jhawthorn (John Hawthorn)
05:06 AM Ruby master Bug #20886 (Closed): Crash due to double free on regex timeout after stack allocations
As of the change from #20650 ([1057485](https://github.com/ruby/ruby/commit/10574857ce167869524b97ee862b610928f6272f)... jhawthorn (John Hawthorn)
07:33 AM Ruby master Revision 8409edc4 (git): Fix regex timeout double-free after stack_double
As of 10574857ce167869524b97ee862b610928f6272f, it's possible to crash
on a double free due to `stk_alloc` AKA `msa->...
jhawthorn (John Hawthorn)

11/10/2024

06:13 AM Ruby master Revision 9bcc5c5f (git): Fix update_coderange for binary strings
Although a binary (aka ASCII-8BIT) string will never have a broken
coderange, it still has to differentiate between "...
jhawthorn (John Hawthorn)

11/09/2024

01:41 AM Ruby master Bug #20883: sprintf with binary strings has incorrect coderange
I opened two backport PRs. I marked 3.2 and 3.3 as REQUIRED for backport, but the bug is fairly mild if the branch ma... jhawthorn (John Hawthorn)
01:39 AM Ruby master Bug #20883 (Closed): sprintf with binary strings has incorrect coderange
Applied in changeset commit:git|1f6dd9071c7994dd639d2e1cf2fe04e944173f17.
----------
Fix update_coderange for binary...
jhawthorn (John Hawthorn)
12:34 AM Ruby master Bug #20883 (Closed): sprintf with binary strings has incorrect coderange
In [9dc6065](https://github.com/ruby/ruby/commit/9dc60653db186b1ae9400ed75b413a07728ce6ff) we stopped updating the co... jhawthorn (John Hawthorn)
01:39 AM Ruby master Revision 1f6dd907 (git): Fix update_coderange for binary strings
Although a binary (aka ASCII-8BIT) string will never have a broken
coderange, it still has to differentiate between "...
jhawthorn (John Hawthorn)
01:39 AM Ruby master Revision c8c94bfb (git): Fix benign off-by-one
Previously we always reserved one more byte than necessary in the
sprintf output string.
jhawthorn (John Hawthorn)

Also available in: Atom