summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-23 13:36:01 +0100
committerJim Meyering <meyering@redhat.com>2007-11-24 15:10:28 +0100
commitada15fc8232ab3ae5e7f515e368277efe77d3c83 (patch)
tree60feb7ff0ff204c867aa29d72927a9182c8db323 /ChangeLog
parent0125fd0fcbbc2d54e6c5b50ee8e97f1c7c4b4173 (diff)
downloadcoreutils-ada15fc8232ab3ae5e7f515e368277efe77d3c83.tar.xz
setuidgid: minor clean-up.
* setuidgid.c: Include "xstrtoul.h". (main): Detect overflow in string-to-gid_t and -to-uid_t conversions. Improve diagnostics.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 261264c26..320cecf19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-11-24 Jim Meyering <meyering@redhat.com>
+ setuidgid: minor clean-up.
+ * setuidgid.c: Include "xstrtoul.h".
+ (main): Detect overflow in string-to-gid_t and -to-uid_t conversions.
+ Improve diagnostics.
+
* src/setuidgid.c: Normalize leading white space: no more TABs.
Test the new feature: cp -p preserves the GID whenever possible.