[MacRuby-devel] [MacRuby] #606: Zlib::Inflate crashing

MacRuby ruby-noreply at macosforge.org
Mon Mar 29 18:41:19 PDT 2010


#606: Zlib::Inflate crashing
------------------------------------+---------------------------------------
 Reporter:  jens.nockert@…          |        Owner:  lsansonetti@…        
     Type:  defect                  |       Status:  closed               
 Priority:  minor                   |    Milestone:                       
Component:  MacRuby                 |   Resolution:  fixed                
 Keywords:                          |  
------------------------------------+---------------------------------------
Changes (by martinlagardette@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 This looks fixed on trunk:

 {{{
 $> macruby -e 'require "zlib"; Zlib::Inflate.inflate("Test")'
 /private/tmp/-e:1:in `<main>': incorrect header check (Zlib::DataError)
 $> ruby19 -e 'require "zlib"; Zlib::Inflate.inflate("Test")'
 -e:1:in `inflate': incorrect header check (Zlib::DataError)
         from -e:1:in `<main>'
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/606#comment:1>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list