about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-02 21:13:10 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-02 21:13:10 -0500
commit3a9654961929c2968c898d98ddfd3d840360080d (patch)
tree38693ef4f7c03c9c96cb447a6ee591028990750e /ChangeLog
parent9bea34736f85cba4452c6ee1138152c6df752094 (diff)
downloadglibc-3a9654961929c2968c898d98ddfd3d840360080d.tar.gz
glibc-3a9654961929c2968c898d98ddfd3d840360080d.tar.xz
glibc-3a9654961929c2968c898d98ddfd3d840360080d.zip
Remove aliasing problems in NIS code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0ba6b0787..6763ac1c27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
 
+	* nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
+	problem.
+
 	* nscd/aicache.c (addhstaiX): Avoid unused variable warning.
 
 2011-11-29  Joseph Myers  <joseph@codesourcery.com>