mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
027a3379d6
See also: https://github.com/ruby/csv/issues/117#issuecomment-933289373 How to reproduce with x.csv.gz in the issue comment: Zlib::GzipReader.open("x.csv.gz") do |rio| rio.gets(nil, 1024) while line = rio.gets(nil, 8192) raise line unless line.valid_encoding? end end Reported by Dimitrij Denissenko. Thanks!!! https://github.com/ruby/zlib/commit/b1f182e98f |
||
---|---|---|
.. | ||
win32 | ||
.gitignore | ||
depend | ||
extconf.rb | ||
extlibs | ||
zlib.c | ||
zlib.gemspec |