From 47eb330d0b6f7ed70801a3a5dad367b870abb8c1 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 22 Oct 2004 15:28:13 +0000 Subject: * ext/zlib/zlib.c (zstream_run): always use zstream_append_input() to avoid SEGV. [ruby-dev:24568] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c94da5d10..e424cbb76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 23 00:20:55 2004 Yukihiro Matsumoto + + * ext/zlib/zlib.c (zstream_run): always use zstream_append_input() + to avoid SEGV. [ruby-dev:24568] + Fri Oct 22 12:02:28 2004 Yukihiro Matsumoto * eval.c (rb_alias): was warning for wrong condition. -- cgit