From 6eb4b9668c67d246a58ccb3d4ace3ac784ec7ddc Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 13 Feb 2007 15:31:18 +0000 Subject: * ext/socket/socket.c (init_unixsock): path may contain NUL for abstract unix sockets. [ruby-core:10288] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a911e8ae..137187427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 14 00:30:07 2007 Yukihiro Matsumoto + + * ext/socket/socket.c (init_unixsock): path may contain NUL for + abstract unix sockets. [ruby-core:10288] + Tue Feb 13 02:21:12 2007 Sam Roberts * io.c (rb_f_syscall): Fix buffer overflow with syscall -- cgit