The following reply was made to PR kern/128933; it has been noted by GNATS.
From: "Arjan van Leeuwen" <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: kern/128933: [libc] realpath(3) does not follow SUS specification for a NULL/empty path Date: Wed, 27 Oct 2010 16:13:33 +0200 We ran into this recently. This is a real problem in portable code, since it's not possible to assume that realpath() will notify the caller if a file doesn't exist, even though it should according to the specification. Arjan -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
