ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:124699] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator
@ 2026-02-06 16:05 rwstauner (Randy Stauner) via ruby-core
  2026-02-06 16:05 ` [ruby-core:124700] " rwstauner (Randy Stauner) via ruby-core
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rwstauner (Randy Stauner) via ruby-core @ 2026-02-06 16:05 UTC (permalink / raw)
  To: ruby-core; +Cc: rwstauner (Randy Stauner)

Issue #21866 has been reported by rwstauner (Randy Stauner).

----------------------------------------
Bug #21866: Backport Fix for integer overflow checks in enumerator
https://bugs.ruby-lang.org/issues/21866

* Author: rwstauner (Randy Stauner)
* Status: Open
* Assignee: rwstauner (Randy Stauner)
* Target version: 4.1
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: REQUIRED, 4.0: REQUIRED
----------------------------------------
I would like to backport this PR https://github.com/ruby/ruby/pull/15829 that has already merged to master.




-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:124700] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator
  2026-02-06 16:05 [ruby-core:124699] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator rwstauner (Randy Stauner) via ruby-core
@ 2026-02-06 16:05 ` rwstauner (Randy Stauner) via ruby-core
  2026-02-06 16:29 ` [ruby-core:124701] " rwstauner (Randy Stauner) via ruby-core
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rwstauner (Randy Stauner) via ruby-core @ 2026-02-06 16:05 UTC (permalink / raw)
  To: ruby-core; +Cc: rwstauner (Randy Stauner)

Issue #21866 has been updated by rwstauner (Randy Stauner).


3.4 backport PR: https://github.com/ruby/ruby/pull/16087

----------------------------------------
Bug #21866: Backport Fix for integer overflow checks in enumerator
https://bugs.ruby-lang.org/issues/21866#change-116294

* Author: rwstauner (Randy Stauner)
* Status: Open
* Assignee: rwstauner (Randy Stauner)
* Target version: 4.1
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: REQUIRED, 4.0: REQUIRED
----------------------------------------
I would like to backport this PR https://github.com/ruby/ruby/pull/15829 that has already merged to master.




-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:124701] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator
  2026-02-06 16:05 [ruby-core:124699] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator rwstauner (Randy Stauner) via ruby-core
  2026-02-06 16:05 ` [ruby-core:124700] " rwstauner (Randy Stauner) via ruby-core
@ 2026-02-06 16:29 ` rwstauner (Randy Stauner) via ruby-core
  2026-02-06 16:30 ` [ruby-core:124702] " rwstauner (Randy Stauner) via ruby-core
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rwstauner (Randy Stauner) via ruby-core @ 2026-02-06 16:29 UTC (permalink / raw)
  To: ruby-core; +Cc: rwstauner (Randy Stauner)

Issue #21866 has been updated by rwstauner (Randy Stauner).


4.0 backport PR: https://github.com/ruby/ruby/pull/16088

----------------------------------------
Bug #21866: Backport Fix for integer overflow checks in enumerator
https://bugs.ruby-lang.org/issues/21866#change-116295

* Author: rwstauner (Randy Stauner)
* Status: Open
* Assignee: rwstauner (Randy Stauner)
* Target version: 4.1
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: REQUIRED, 4.0: REQUIRED
----------------------------------------
I would like to backport this PR https://github.com/ruby/ruby/pull/15829 that has already merged to master.




-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:124702] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator
  2026-02-06 16:05 [ruby-core:124699] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator rwstauner (Randy Stauner) via ruby-core
  2026-02-06 16:05 ` [ruby-core:124700] " rwstauner (Randy Stauner) via ruby-core
  2026-02-06 16:29 ` [ruby-core:124701] " rwstauner (Randy Stauner) via ruby-core
@ 2026-02-06 16:30 ` rwstauner (Randy Stauner) via ruby-core
  2026-02-09 17:48 ` [ruby-core:124740] " k0kubun (Takashi Kokubun) via ruby-core
  2026-03-07  4:40 ` [ruby-core:124944] " nagachika (Tomoyuki Chikanaga) via ruby-core
  4 siblings, 0 replies; 6+ messages in thread
From: rwstauner (Randy Stauner) via ruby-core @ 2026-02-06 16:30 UTC (permalink / raw)
  To: ruby-core; +Cc: rwstauner (Randy Stauner)

Issue #21866 has been updated by rwstauner (Randy Stauner).


3.3 backport PR: https://github.com/ruby/ruby/pull/16089

----------------------------------------
Bug #21866: Backport Fix for integer overflow checks in enumerator
https://bugs.ruby-lang.org/issues/21866#change-116296

* Author: rwstauner (Randy Stauner)
* Status: Open
* Assignee: rwstauner (Randy Stauner)
* Target version: 4.1
* Backport: 3.2: UNKNOWN, 3.3: UNKNOWN, 3.4: REQUIRED, 4.0: REQUIRED
----------------------------------------
I would like to backport this PR https://github.com/ruby/ruby/pull/15829 that has already merged to master.




-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:124740] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator
  2026-02-06 16:05 [ruby-core:124699] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator rwstauner (Randy Stauner) via ruby-core
                   ` (2 preceding siblings ...)
  2026-02-06 16:30 ` [ruby-core:124702] " rwstauner (Randy Stauner) via ruby-core
@ 2026-02-09 17:48 ` k0kubun (Takashi Kokubun) via ruby-core
  2026-03-07  4:40 ` [ruby-core:124944] " nagachika (Tomoyuki Chikanaga) via ruby-core
  4 siblings, 0 replies; 6+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2026-02-09 17:48 UTC (permalink / raw)
  To: ruby-core; +Cc: k0kubun (Takashi Kokubun)

Issue #21866 has been updated by k0kubun (Takashi Kokubun).

Backport changed from 3.2: UNKNOWN, 3.3: REQUIRED, 3.4: REQUIRED, 4.0: REQUIRED to 3.2: UNKNOWN, 3.3: REQUIRED, 3.4: REQUIRED, 4.0: DONE

ruby_4_0 commit:584c3b6465ec40226687e9699d2b652d9ad31a8f.

----------------------------------------
Bug #21866: Backport Fix for integer overflow checks in enumerator
https://bugs.ruby-lang.org/issues/21866#change-116342

* Author: rwstauner (Randy Stauner)
* Status: Closed
* Assignee: rwstauner (Randy Stauner)
* Target version: 4.1
* Backport: 3.2: UNKNOWN, 3.3: REQUIRED, 3.4: REQUIRED, 4.0: DONE
----------------------------------------
I would like to backport this PR https://github.com/ruby/ruby/pull/15829 that has already merged to master.




-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ruby-core:124944] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator
  2026-02-06 16:05 [ruby-core:124699] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator rwstauner (Randy Stauner) via ruby-core
                   ` (3 preceding siblings ...)
  2026-02-09 17:48 ` [ruby-core:124740] " k0kubun (Takashi Kokubun) via ruby-core
@ 2026-03-07  4:40 ` nagachika (Tomoyuki Chikanaga) via ruby-core
  4 siblings, 0 replies; 6+ messages in thread
From: nagachika (Tomoyuki Chikanaga) via ruby-core @ 2026-03-07  4:40 UTC (permalink / raw)
  To: ruby-core; +Cc: nagachika (Tomoyuki Chikanaga)

Issue #21866 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 3.2: UNKNOWN, 3.3: DONE, 3.4: REQUIRED, 4.0: DONE to 3.2: UNKNOWN, 3.3: DONE, 3.4: DONE, 4.0: DONE

ruby_3_4: merged at commit:a93ff4880da5c4e56f7ec2066a9c3f7748892231.

----------------------------------------
Bug #21866: Backport Fix for integer overflow checks in enumerator
https://bugs.ruby-lang.org/issues/21866#change-116628

* Author: rwstauner (Randy Stauner)
* Status: Closed
* Assignee: rwstauner (Randy Stauner)
* Target version: 4.1
* Backport: 3.2: UNKNOWN, 3.3: DONE, 3.4: DONE, 4.0: DONE
----------------------------------------
I would like to backport this PR https://github.com/ruby/ruby/pull/15829 that has already merged to master.




-- 
https://bugs.ruby-lang.org/
______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-07  4:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06 16:05 [ruby-core:124699] [Ruby Bug#21866] Backport Fix for integer overflow checks in enumerator rwstauner (Randy Stauner) via ruby-core
2026-02-06 16:05 ` [ruby-core:124700] " rwstauner (Randy Stauner) via ruby-core
2026-02-06 16:29 ` [ruby-core:124701] " rwstauner (Randy Stauner) via ruby-core
2026-02-06 16:30 ` [ruby-core:124702] " rwstauner (Randy Stauner) via ruby-core
2026-02-09 17:48 ` [ruby-core:124740] " k0kubun (Takashi Kokubun) via ruby-core
2026-03-07  4:40 ` [ruby-core:124944] " nagachika (Tomoyuki Chikanaga) via ruby-core

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).