From ec04457a856844eb5772186fcdd86677eceff8c0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Sep 2008 12:33:40 +0000 Subject: * string.c (rb_str_crypt): orthodox crypt() sees only first two bytes of salt. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d4098ce61..dd3ed2701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 16 21:33:22 2008 Nobuyoshi Nakada + + * string.c (rb_str_crypt): orthodox crypt() sees only first two bytes + of salt. + Tue Sep 16 19:18:40 2008 Tadayoshi Funaba * complex.c (nucomp_marshal_{dump,load}): preserve instance -- cgit