From a12b728745cf68dfda53dfa3e6b522ecd8fc7dcf Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 7 Aug 2006 08:10:12 +0000 Subject: * ext/syck/syck.c (syck_move_tokens): should avoid negative memmove. [ruby-list:42625] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d6e4baeb..cdd76bdb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 7 15:55:08 2006 Yukihiro Matsumoto + + * ext/syck/syck.c (syck_move_tokens): should avoid negative + memmove. [ruby-list:42625] + Mon Aug 7 14:37:48 2006 Yukihiro Matsumoto * configure.in, common.mk: AIX link issue. a patch from Yutaka -- cgit