summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-23 02:18:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-23 02:18:00 +0000
commitadbc146adc69f75b2040c5c5701de864f9c77a5c (patch)
treeb93bb035e043d6f77196376af9f8f5790882c031 /ChangeLog
parent03e2f19a3f3b807421ba6bdcc14b9cf0ffa7e223 (diff)
downloadruby-adbc146adc69f75b2040c5c5701de864f9c77a5c.tar.gz
ruby-adbc146adc69f75b2040c5c5701de864f9c77a5c.tar.xz
ruby-adbc146adc69f75b2040c5c5701de864f9c77a5c.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@19895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25165cc3d..c5bb86b9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 23 11:17:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* ext/socket/socket.c (sock_s_getservbyport): cast to get rid of