diff options
author | Roland McGrath <roland@gnu.org> | 2003-01-30 08:21:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-01-30 08:21:39 +0000 |
commit | f3174742cc1886941e7229ffbd48fa37a1106e3a (patch) | |
tree | 79eb4389f7b2c69c5709d7b207cd55bbb32027bd | |
parent | 87f728411a5d6b26aee5c55a01949cda17197499 (diff) | |
download | glibc-f3174742cc1886941e7229ffbd48fa37a1106e3a.tar glibc-f3174742cc1886941e7229ffbd48fa37a1106e3a.tar.gz glibc-f3174742cc1886941e7229ffbd48fa37a1106e3a.tar.bz2 glibc-f3174742cc1886941e7229ffbd48fa37a1106e3a.zip |
.
-rw-r--r-- | linuxthreads_db/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index d1ecee32d1..3a4d50e772 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,9 @@ +2003-01-29 Roland McGrath <roland@redhat.com> + + * td_ta_new.c (td_ta_new): Cap the `sizeof_descr' value read from the + inferior at `sizeof (struct _pthread_descr_struct)', since we use it + as a length in copies to our own structures. + 2003-01-05 Ulrich Drepper <drepper@redhat.com> * Makefile (libthread_db.so-no-z-defs): Define. |