-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* array.c (ary_new): new integer overflow check condition.
suggested by TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in [ruby-dev:34156]. * array.c (rb_ary_initialize): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Apr 14, 2008
1 parent
b2dde82
commit 6be7386
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,14 @@ Mon Apr 14 12:52:25 2008 Nobuyoshi Nakada <[email protected]> | |
|
||
* gc.c (finalizers): removed. [ruby-dev:34349] | ||
|
||
Mon Apr 14 11:30:07 2008 Yukihiro Matsumoto <[email protected]> | ||
|
||
* array.c (ary_new): new integer overflow check condition. | ||
suggested by TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in | ||
[ruby-dev:34156]. | ||
|
||
* array.c (rb_ary_initialize): ditto. | ||
|
||
Mon Apr 14 00:51:40 2008 Yusuke Endoh <[email protected]> | ||
|
||
* test/ruby/test_parse.rb: add tests to achieve over 95% test coverage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters