Project

General

Profile

Actions

Bug #412

closed

Stack length should be long

Added by pzb (Peter Bowen) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
[ruby-core:18207]

Description

=begin
STACK_LEVEL_MAX is set to 655300 in some cases. The C specification only guarantees that an unsigned int can hold up to 65535. Therefore, ruby_stack_length should return a long and STACK_LEVEL_MAX, if a variable, should be a long. This issue was found in ruby_1_8_6 branch.
=end


Files

ruby-1.8.6.p286_gc.patch (1.42 KB) ruby-1.8.6.p286_gc.patch pzb (Peter Bowen), 08/09/2008 03:11 AM
ruby-1.8.6.p286_gc.patch (1.42 KB) ruby-1.8.6.p286_gc.patch Fixed patch pzb (Peter Bowen), 08/09/2008 12:33 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0