ruby-cvs:15776
From: (nobu) <nobu ruby-lang.org>
Date: Wed, 19 Oct 2005 08:29:13 +0900
Subject: [ruby-cvs:15776] ruby: * file.c (rb_file_join): elements may contain null pointer strings.
nobu Wed, 19 Oct 2005 08:29:13 +0900
Modified files:
ruby:
ChangeLog file.c
Log:
* file.c (rb_file_join): elements may contain null pointer strings.
report and fixed by Lloyd Zusman (hippoman): [ruby-core:06326]
Revision Changes Path
1.4692 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4691&r2=1.4692
1.217 +2 -2 ruby/file.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/file.c?cvsroot=src&r1=1.216&r2=1.217