From 12ea63b9e8e8cca66c73e18da094672cbcdd23ae Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 18 Jul 2006 07:02:35 +0000 Subject: * pack.c (pack_unpack): propagate association array to copied string. [ruby-core:08223] * pack.c (pack_unpack): return referenced string itself if it has same length as specified. a patch from in [ruby-core:08225]. * pack.c (pack_pack): taint 'p' packed strings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7eb42d7b3..de292effe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Jul 18 15:49:42 2006 Yukihiro Matsumoto + + * pack.c (pack_unpack): propagate association array to copied + string. [ruby-core:08223] + + * pack.c (pack_unpack): return referenced string itself if it has + same length as specified. a patch from + in [ruby-core:08225]. + + * pack.c (pack_pack): taint 'p' packed strings. + Tue Jul 18 14:38:40 2006 Yukihiro Matsumoto * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status -- cgit