ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:69692] [Ruby trunk - Bug #11291] [Open] [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
       [not found] <redmine.issue-11291.20150620170654@ruby-lang.org>
@ 2015-06-20 17:06 ` eagletmt
  2015-06-20 20:46 ` [ruby-core:69693] [Ruby trunk - Bug #11291] " her
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: eagletmt @ 2015-06-20 17:06 UTC (permalink / raw)
  To: ruby-core

Issue #11291 has been reported by Kohei Suzuki.

----------------------------------------
Bug #11291: [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
https://bugs.ruby-lang.org/issues/11291

* Author: Kohei Suzuki
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
https://github.com/ruby/ruby/pull/943

It fixes SEGV when a special constant is passed to `ObjectSpace.dump` .
I think it needs to be backported to 2.1 and 2.2.



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:69693] [Ruby trunk - Bug #11291] [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
       [not found] <redmine.issue-11291.20150620170654@ruby-lang.org>
  2015-06-20 17:06 ` [ruby-core:69692] [Ruby trunk - Bug #11291] [Open] [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV eagletmt
@ 2015-06-20 20:46 ` her
  2015-06-27 14:13 ` [ruby-core:69757] " nagachika00
  2015-06-29  4:28 ` [ruby-core:69766] " usa
  3 siblings, 0 replies; 4+ messages in thread
From: her @ 2015-06-20 20:46 UTC (permalink / raw)
  To: ruby-core

Issue #11291 has been updated by Shota Fukumori.

Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: REQUIRED

j

----------------------------------------
Bug #11291: [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
https://bugs.ruby-lang.org/issues/11291#change-53067

* Author: Kohei Suzuki
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: REQUIRED
----------------------------------------
https://github.com/ruby/ruby/pull/943

It fixes SEGV when a special constant is passed to `ObjectSpace.dump` .
I think it needs to be backported to 2.1 and 2.2.



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:69757] [Ruby trunk - Bug #11291] [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
       [not found] <redmine.issue-11291.20150620170654@ruby-lang.org>
  2015-06-20 17:06 ` [ruby-core:69692] [Ruby trunk - Bug #11291] [Open] [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV eagletmt
  2015-06-20 20:46 ` [ruby-core:69693] [Ruby trunk - Bug #11291] " her
@ 2015-06-27 14:13 ` nagachika00
  2015-06-29  4:28 ` [ruby-core:69766] " usa
  3 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2015-06-27 14:13 UTC (permalink / raw)
  To: ruby-core

Issue #11291 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: DONE

Backported into `ruby_2_2` branch at r51047.

----------------------------------------
Bug #11291: [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
https://bugs.ruby-lang.org/issues/11291#change-53134

* Author: Kohei Suzuki
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: DONE
----------------------------------------
https://github.com/ruby/ruby/pull/943

It fixes SEGV when a special constant is passed to `ObjectSpace.dump` .
I think it needs to be backported to 2.1 and 2.2.



-- 
https://bugs.ruby-lang.org/

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

* [ruby-core:69766] [Ruby trunk - Bug #11291] [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
       [not found] <redmine.issue-11291.20150620170654@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-06-27 14:13 ` [ruby-core:69757] " nagachika00
@ 2015-06-29  4:28 ` usa
  3 siblings, 0 replies; 4+ messages in thread
From: usa @ 2015-06-29  4:28 UTC (permalink / raw)
  To: ruby-core

Issue #11291 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: UNKNOWN, 2.1: REQUIRED, 2.2: DONE to 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE

ruby_2_1 r51059 merged revision(s) 50982,50983.

----------------------------------------
Bug #11291: [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV
https://bugs.ruby-lang.org/issues/11291#change-53142

* Author: Kohei Suzuki
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: DONE, 2.2: DONE
----------------------------------------
https://github.com/ruby/ruby/pull/943

It fixes SEGV when a special constant is passed to `ObjectSpace.dump` .
I think it needs to be backported to 2.1 and 2.2.



-- 
https://bugs.ruby-lang.org/

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

end of thread, other threads:[~2015-06-29  4:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11291.20150620170654@ruby-lang.org>
2015-06-20 17:06 ` [ruby-core:69692] [Ruby trunk - Bug #11291] [Open] [PATCH] Check SPECIAL_CONST_P before RBASIC_CLASS to avoid SEGV eagletmt
2015-06-20 20:46 ` [ruby-core:69693] [Ruby trunk - Bug #11291] " her
2015-06-27 14:13 ` [ruby-core:69757] " nagachika00
2015-06-29  4:28 ` [ruby-core:69766] " usa

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 read-only IMAP folder(s) and NNTP newsgroup(s).