From a5ea0e8c3209343063ff5943b76e8243edaa7914 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 23 Oct 2008 02:18:00 +0000 Subject: * ext/socket/socket.c (sock_s_getservbyport): the port should be converted before the proto so that the #to_int of the former cannot alter the latter. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25165cc3d2..c5bb86b9a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 23 11:17:58 2008 Nobuyoshi Nakada + + * ext/socket/socket.c (sock_s_getservbyport): the port should be + converted before the proto so that the #to_int of the former cannot + alter the latter. + Thu Oct 23 09:26:22 2008 NAKAMURA Usaku * ext/socket/socket.c (sock_s_getservbyport): cast to get rid of -- cgit v1.2.3