Fix Segmentation fault at TestArray#test_aref
* array.c (rb_ary_aref): fix Segmentation fault at TestArray#test_aref on x64 mingw. Variable argument of rb_scan_args() should be a pointer (VALUE *), but 0 of variable argument seems not equal to null pointer on x64 mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3fac4abc7b
commit
005986bd44
@ -1,3 +1,10 @@
|
||||
Sat Nov 24 12:28:04 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||
|
||||
* array.c (rb_ary_aref): fix Segmentation fault at TestArray#test_aref
|
||||
on x64 mingw. Variable argument of rb_scan_args() should be a pointer
|
||||
(VALUE *), but 0 of variable argument seems not equal to null pointer
|
||||
on x64 mingw.
|
||||
|
||||
Sat Nov 24 12:12:41 2012 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||
|
||||
* gc.c (wmap_final_func): rename variables to clarify the meaning.
|
||||
|
Loading…
x
Reference in New Issue
Block a user