From 6c1bb8051cd5bb6d2a25de55f8978d062a824d56 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 8 Aug 2008 01:58:40 +0000 Subject: * lib/resolv.rb: randomize source port and transaction id. CVE-2008-1447. * lib/resolv-replace.rb (UDPSocket#bind): don't resolv host if host is "". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 23141c8af..02cb123c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Aug 8 10:53:52 2008 Tanaka Akira + + * lib/resolv.rb: randomize source port and transaction id. + CVE-2008-1447. + + * lib/resolv-replace.rb (UDPSocket#bind): don't resolv host if host is + "". + Fri Aug 8 04:20:14 2008 NARUSE, Yui * common.mk: see both $(srcdir)/enc/trans and enc/trans. -- cgit