diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-07 05:31:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-07 05:31:00 +0000 |
commit | a6fa53288f51eac715cf9899ffe3cfd66e7dc42c (patch) | |
tree | 5536782944443a3e3e580c9bcbf7c1e7295bb9ca /ChangeLog | |
parent | 506073094cda49a449c421c5b60f60616a6f898a (diff) | |
download | glibc-a6fa53288f51eac715cf9899ffe3cfd66e7dc42c.tar glibc-a6fa53288f51eac715cf9899ffe3cfd66e7dc42c.tar.gz glibc-a6fa53288f51eac715cf9899ffe3cfd66e7dc42c.tar.bz2 glibc-a6fa53288f51eac715cf9899ffe3cfd66e7dc42c.zip |
[BZ #3924]
* sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
more little bugs in creating the stack frame when pltexit has to
be called.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-10-06 Ulrich Drepper <drepper@redhat.com> + [BZ #3924] + * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few + more little bugs in creating the stack frame when pltexit has to + be called. + * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops. * nscd/connections.c (verify_persistent_db): Recognize circular lists. |