about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-10 14:48:09 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-10 14:48:09 +0000
commit16d620db9420274f2f66747d8c0f3601b520bea8 (patch)
tree4b1e9d0c27df42575607e6d28f84b35289831524 /ChangeLog
parentecf359c68b2baf1bd76f8c5ff132b8c1a256056b (diff)
downloadglibc-16d620db9420274f2f66747d8c0f3601b520bea8.tar.gz
glibc-16d620db9420274f2f66747d8c0f3601b520bea8.tar.xz
glibc-16d620db9420274f2f66747d8c0f3601b520bea8.zip
* posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
	caller makes sure this is not the case.
	(wordexp): Simplify ifs_white creation.  [Coverity CID 231]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbb7a3b9ab..bf90cd601a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-10  Ulrich Drepper  <drepper@redhat.com>
+
+	* posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
+	caller makes sure this is not the case.
+	(wordexp): Simplify ifs_white creation.  [Coverity CID 231]
+
 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
 
 	* posix/wordexp.c: Remove numerous NULL pointer tests before FREE