After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708645 - canonicalize_file_name may be replaced by realpath
canonicalize_file_name may be replaced by realpath
Status: RESOLVED DUPLICATE of bug 710163
Product: librsvg
Classification: Core
Component: general
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-23 17:37 UTC by Ting-Wei Lan
Modified: 2013-10-15 10:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ting-Wei Lan 2013-09-23 17:37:29 UTC
canonicalize_file_name is a GNU extension. According to the man page of canonicalize_file_name, calling canonicalize_file_name(path) is equivalent to calling realpath(path, NULL). realpath is in the POSIX.1-2008 standard.

http://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html
Comment 1 Christian Persch 2013-10-15 10:16:04 UTC

*** This bug has been marked as a duplicate of bug 710163 ***