From: Pádraig Brady
Date: Fri, 30 Dec 2011 15:36:50 +0000 (+0000) Subject: canonicalize: fix references to stat() and lstat() X-Git-Tag: v0.1~1330 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=83d7371a65a6f805956fb34f0321bff6b4dc7955;p=gnulib.git canonicalize: fix references to stat() and lstat() * lib/canonicalize.c (canonicalize_filename_mode): Ensure references always resolve to a replacement function if required (even via a macro). The issue was spotted by Eric Blake and is adequately documented in the docs for stat and lstat. --- diff --git a/ChangeLog b/ChangeLog index e61be47ebb..ff9c84a3a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-12-30 Pádraig Brady
+
+ canonicalize: fix references to stat() and lstat()
+ * lib/canonicalize.c (canonicalize_filename_mode):
+ Ensure references always resolve to a replacement
+ function if required (even via a macro).
+
2011-12-30 Jim Meyering