diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-26 13:49:40 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-26 13:49:40 +0000 |
| commit | d29b165e2a2a228d21d2882f9978083ceb92f8d6 (patch) | |
| tree | 27573a66e01d25bd3556346cb9aee6ff664a762b /ChangeLog | |
| parent | 54800209d6fb1fd7a0d648188ecfcb0ad36dd5b8 (diff) | |
| download | ruby-d29b165e2a2a228d21d2882f9978083ceb92f8d6.tar.gz ruby-d29b165e2a2a228d21d2882f9978083ceb92f8d6.tar.xz ruby-d29b165e2a2a228d21d2882f9978083ceb92f8d6.zip | |
* ext/digest/digest.c (rb_digest_base_s_digest): Fix a double
free() bug mingled with allocation framework deployment.
* ext/digest/digest.c (rb_digest_base_s_hexdigest): Get rid of
redundant struct allocation.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Sep 26 22:44:21 2002 Akinori MUSHA <knu@iDaemons.org> + + * ext/digest/digest.c (rb_digest_base_s_digest): Fix a double + free() bug mingled with allocation framework deployment. + + * ext/digest/digest.c (rb_digest_base_s_hexdigest): Get rid of + redundant struct allocation. + Wed Sep 25 23:51:29 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> * dir.c (glob_helper): must not closedir() when exception raised |
