Project

General

Profile

Actions

Bug #7573

closed

const_get の引数検査が甘い

Added by tadf (tadayoshi funaba) almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0dev (2012-12-16 trunk 38415) [i686-linux]
Backport:
[ruby-dev:46748]

Description

const_get の引数検査が甘い。

$ ruby -v -e '::FOO = 9; p Object.const_get("FOO\000")'
ruby 2.0.0dev (2012-12-16 trunk 38415) [i686-linux]
9

$ ruby -v -e '::FOO = 9; p Object.const_get("FOO::")'
ruby 2.0.0dev (2012-12-16 trunk 38415) [i686-linux]
9

Updated by nobu (Nobuyoshi Nakada) almost 12 years ago

  • % Done changed from 0 to 50

Updated by ko1 (Koichi Sasada) almost 12 years ago

  • Assignee set to Glass_saga (Masaki Matsushita)
Actions #3

Updated by tarui (Masaya Tarui) almost 12 years ago

  • Status changed from Open to Assigned
Actions #4

Updated by nobu (Nobuyoshi Nakada) almost 12 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 50 to 100

This issue was solved with changeset r38551.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


object.c: check more strictly

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0