1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[BUG] not SEGV.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2002-12-19 13:39:48 +00:00
parent cf5ecdfcbb
commit 98ecd65d9a

View file

@ -1,6 +1,6 @@
Thu Dec 19 22:35:20 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* eval.c (assign): avoid SEGV at multiple attribute assignment.
* eval.c (assign): avoid [BUG] at multiple attribute assignment.
Thu Dec 19 01:00:09 2002 Yukihiro Matsumoto <matz@ruby-lang.org>