summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-07 21:55:42 +0200
committerJim Meyering <meyering@redhat.com>2007-10-07 21:57:55 +0200
commit035a5ca2b0fb83ca179ed7739e18bb60437bc525 (patch)
treef5702994f4b8f0c64f3ae6f76ec7da68f6113854 /ChangeLog
parent847fbc4eba6701fb1548713de855207a47e876f7 (diff)
downloadcoreutils-035a5ca2b0fb83ca179ed7739e18bb60437bc525.tar.xz
Don't let a helper function modify errno.
* src/remove.c (full_filename_): Save and restore errno. Spotted by Bruno Haible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 157f126ab..1c3b257b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-07 Jim Meyering <meyering@redhat.com>
+ Don't let a helper function modify errno.
+ * src/remove.c (full_filename_): Save and restore errno.
+ Spotted by Bruno Haible.
+
Reflect 2->3 GPL copyright version update in gnulib.
* gl/lib/tempname.h: Update copyright from gnulib.
* gl/lib/tempname.c: Likewise.