diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-02 21:13:10 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-02 21:13:10 -0500 |
commit | 3a9654961929c2968c898d98ddfd3d840360080d (patch) | |
tree | 38693ef4f7c03c9c96cb447a6ee591028990750e /ChangeLog | |
parent | 9bea34736f85cba4452c6ee1138152c6df752094 (diff) | |
download | glibc-3a9654961929c2968c898d98ddfd3d840360080d.tar glibc-3a9654961929c2968c898d98ddfd3d840360080d.tar.gz glibc-3a9654961929c2968c898d98ddfd3d840360080d.tar.bz2 glibc-3a9654961929c2968c898d98ddfd3d840360080d.zip |
Remove aliasing problems in NIS code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |