diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 12:33:40 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 12:33:40 +0000 |
| commit | 507658bd54e638a02df562be38dd9dbdf17082f2 (patch) | |
| tree | e76b0fe3886857e77dfe207dc47b22ee077f566d /ChangeLog | |
| parent | 7c3b57b5d15e3a9a1a82523478f1b4f7035d405d (diff) | |
* string.c (rb_str_crypt): orthodox crypt() sees only first two bytes
of salt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Sep 16 21:33:22 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_crypt): orthodox crypt() sees only first two bytes + of salt. + Tue Sep 16 19:18:40 2008 Tadayoshi Funaba <tadf@dotrb.org> * complex.c (nucomp_marshal_{dump,load}): preserve instance |
