From abe15fbd74b4f5607fc0f17ac5d98b2a182a88e6 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 17 Feb 2009 10:40:20 +0000 Subject: * ext/socket/ancdata.c (bsock_sendmsg_internal): should not remove the last padding of control messages, basically. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dc562d26f..48cbd74be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 17 19:39:04 2009 Tanaka Akira + + * ext/socket/ancdata.c (bsock_sendmsg_internal): should not remove the + last padding of control messages, basically. + Tue Feb 17 12:50:57 2009 Nobuyoshi Nakada * string.c (rb_str_shared_replace): no need for -- cgit