summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-08-03 23:48:33 +0000
committerNathan Scott <nathans@sgi.com>2003-08-03 23:48:33 +0000
commitc061323a613bdf17b35dea9aece285f06273a0d1 (patch)
tree5bca5c1dbfc0011f7283510059c8a6dab60992da /doc/CHANGES
parentd141df65f1b4ebb05f57d74b4afd1e8812f327d5 (diff)
downloadattr-c061323a613bdf17b35dea9aece285f06273a0d1.tar.gz
Fix up quote/unquote routines to handle NULL as input, fixes SEGVs in several ACL tools
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 21d1912..33ff44c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+attr-2.4.8 (04 August 2003)
+ - Make quote/unquote return NULL if passed NULL.
+
attr-2.4.7 (29 July 2003)
- Make quote return NULL if out of memory instead of exiting.