ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:82116] [Ruby trunk Bug#13759] SEGV in StringScanner
       [not found] <redmine.issue-13759.20170720160815@ruby-lang.org>
@ 2017-07-20 16:08 ` eregontp
  2017-07-21 13:41 ` [ruby-core:82124] " nobu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: eregontp @ 2017-07-20 16:08 UTC (permalink / raw
  To: ruby-core

Issue #13759 has been reported by Eregon (Benoit Daloze).

----------------------------------------
Bug #13759: SEGV in StringScanner
https://bugs.ruby-lang.org/issues/13759

* Author: Eregon (Benoit Daloze)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.5.0dev (2017-06-29 trunk 59202) [x86_64-linux]
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
ruby -rstrscan -e 's=StringScanner.new("a"); s.getbyte; s[:c]'




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

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

* [ruby-core:82124] [Ruby trunk Bug#13759] SEGV in StringScanner
       [not found] <redmine.issue-13759.20170720160815@ruby-lang.org>
  2017-07-20 16:08 ` [ruby-core:82116] [Ruby trunk Bug#13759] SEGV in StringScanner eregontp
@ 2017-07-21 13:41 ` nobu
  2017-08-04 15:55 ` [ruby-core:82244] " nagachika00
  2017-08-09 10:31 ` [ruby-core:82302] " usa
  3 siblings, 0 replies; 4+ messages in thread
From: nobu @ 2017-07-21 13:41 UTC (permalink / raw
  To: ruby-core

Issue #13759 has been updated by nobu (Nobuyoshi Nakada).

Backport changed from 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN to 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED

A bug since 2.1.

----------------------------------------
Bug #13759: SEGV in StringScanner
https://bugs.ruby-lang.org/issues/13759#change-65880

* Author: Eregon (Benoit Daloze)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.5.0dev (2017-06-29 trunk 59202) [x86_64-linux]
* Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED
----------------------------------------
ruby -rstrscan -e 's=StringScanner.new("a"); s.getbyte; s[:c]'




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

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

* [ruby-core:82244] [Ruby trunk Bug#13759] SEGV in StringScanner
       [not found] <redmine.issue-13759.20170720160815@ruby-lang.org>
  2017-07-20 16:08 ` [ruby-core:82116] [Ruby trunk Bug#13759] SEGV in StringScanner eregontp
  2017-07-21 13:41 ` [ruby-core:82124] " nobu
@ 2017-08-04 15:55 ` nagachika00
  2017-08-09 10:31 ` [ruby-core:82302] " usa
  3 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2017-08-04 15:55 UTC (permalink / raw
  To: ruby-core

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

Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED to 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE

ruby_2_4 r59506 merged revision(s) 59384.

----------------------------------------
Bug #13759: SEGV in StringScanner
https://bugs.ruby-lang.org/issues/13759#change-66025

* Author: Eregon (Benoit Daloze)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.5.0dev (2017-06-29 trunk 59202) [x86_64-linux]
* Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE
----------------------------------------
ruby -rstrscan -e 's=StringScanner.new("a"); s.getbyte; s[:c]'




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

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

* [ruby-core:82302] [Ruby trunk Bug#13759] SEGV in StringScanner
       [not found] <redmine.issue-13759.20170720160815@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2017-08-04 15:55 ` [ruby-core:82244] " nagachika00
@ 2017-08-09 10:31 ` usa
  3 siblings, 0 replies; 4+ messages in thread
From: usa @ 2017-08-09 10:31 UTC (permalink / raw
  To: ruby-core

Issue #13759 has been updated by usa (Usaku NAKAMURA).

Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE to 2.2: REQUIRED, 2.3: DONE, 2.4: DONE

ruby_2_3 r59545 merged revision(s) 59384.

----------------------------------------
Bug #13759: SEGV in StringScanner
https://bugs.ruby-lang.org/issues/13759#change-66096

* Author: Eregon (Benoit Daloze)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.5.0dev (2017-06-29 trunk 59202) [x86_64-linux]
* Backport: 2.2: REQUIRED, 2.3: DONE, 2.4: DONE
----------------------------------------
ruby -rstrscan -e 's=StringScanner.new("a"); s.getbyte; s[:c]'




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

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

end of thread, other threads:[~2017-08-09 10:31 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-13759.20170720160815@ruby-lang.org>
2017-07-20 16:08 ` [ruby-core:82116] [Ruby trunk Bug#13759] SEGV in StringScanner eregontp
2017-07-21 13:41 ` [ruby-core:82124] " nobu
2017-08-04 15:55 ` [ruby-core:82244] " nagachika00
2017-08-09 10:31 ` [ruby-core:82302] " 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).