ruby-cvs:15777
From: (nobu) <nobu ruby-lang.org>
Date: Wed, 19 Oct 2005 08:29:25 +0900
Subject: [ruby-cvs:15777] ruby: * file.c (rb_file_join): elements may contain null pointer strings.
nobu Wed, 19 Oct 2005 08:29:25 +0900
Modified files: (Branch: ruby_1_8)
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.2673.2.1335 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1334&r2=1.2673.2.1335
1.169.2.27 +3 -3 ruby/file.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/file.c?cvsroot=src&r1=1.169.2.26&r2=1.169.2.27