ruby-cvs:17176
From: (matz) <matz ruby-lang.org>
Date: Tue, 18 Jul 2006 15:59:47 +0900
Subject: [ruby-cvs:17176] ruby: * pack.c (pack_unpack): propagate association array to copied
matz Tue, 18 Jul 2006 15:59:47 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog pack.c
Log:
* 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 <nobu at ruby-lang.org>
in [ruby-core:08225].
* pack.c (pack_pack): taint 'p' packed strings.
Revision Changes Path
1.2673.2.1744 +11 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1743&r2=1.2673.2.1744
1.62.2.16 +9 -6 ruby/pack.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/pack.c?cvsroot=src&r1=1.62.2.15&r2=1.62.2.16