Actions
Bug #1233
closedZlib - Run Time Check Failure #3 (unitialized variable)
Description
=begin
Build and install Ruby 1.9.1 with -RTC1 with VC2008.
Then at the command prompt:
gem install libxml-ruby (you can use any gem)
Then you get:
Run-Time Check Failure #3 - The variable 'guard' is being used without being initialized.
This is in ext/zlib/zlib.c at line 721.
Patch is simple, initialize guard to Qnil.
=end
Files
Updated by nobu (Nobuyoshi Nakada) over 15 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r22693.
=end
Actions
Like0
Like0