#606: Zlib::Inflate crashing ------------------------------------+--------------------------------------- Reporter: jens.nock...@… | Owner: lsansone...@… Type: defect | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by martinlagarde...@…):
* 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/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel