summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-07 08:17:33 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-07 08:17:33 +0000
commit053f7b2b47eeab73512697323068034c539914b5 (patch)
treee47cd9ab00896077e10a79dea8acb5d93b6cdf67 /ChangeLog
parent616d91335a8be5fda715a34dac48bb067d77b523 (diff)
downloadglibc-053f7b2b47eeab73512697323068034c539914b5.tar.gz
glibc-053f7b2b47eeab73512697323068034c539914b5.tar.xz
glibc-053f7b2b47eeab73512697323068034c539914b5.zip
* inet/rexec.c (rexec_af): If we have no canonical name don't
	proceed further [Coverity CID 86].

	* iconv/iconv_charmap.c (process_fd): Initialize inptr from inbuf,
	not to NULL [Coverity CID 88].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4541ce76cf..cf94f00003 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-07  Ulrich Drepper  <drepper@redhat.com>
+
+	* inet/rexec.c (rexec_af): If we have no canonical name don't
+	proceed further [Coverity CID 86].
+
+	* iconv/iconv_charmap.c (process_fd): Initialize inptr from inbuf,
+	not to NULL [Coverity CID 88].
+
 2006-04-06  Ulrich Drepper  <drepper@redhat.com>
 
 	* elf/ldconfig.c (main): Use rawmemchr instead of strchr.