#v+ CVSROOT: /cvs/glibc Module name: libc Changes by: roland@sources.redhat.com 2005-03-01 20:30:31 Modified files: malloc : arena.c Log message: 2005-03-01 Alfred M. Szmidt <ams@gnu.org> * malloc/arena.c: #include <stdbool.h> outside of [SHARED && USE_TLS && !USE___THREAD]. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/malloc/arena.c.diff?cvsroot=glibc&r1=1.13&r2=1.14 #v- #v+ CVSROOT: /cvs/glibc Module name: libc Changes by: roland@sources.redhat.com 2005-03-01 20:30:35 Modified files: elf : dl-load.c Log message: 2005-03-01 Alfred M. Szmidt <ams@gnu.org> * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]: Add missing initializer. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/dl-load.c.diff?cvsroot=glibc&r1=1.262&r2=1.263 #v-
Created attachment 428 [details] patch for malloc/arena.c
Created attachment 429 [details] patch for elf/dl-load.c
Subject: Bug 777 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-03-07 22:46:22 Modified files: elf : dl-load.c Log message: 2005-03-01 Alfred M. Szmidt <ams@gnu.org> [BZ #777] * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]: Add missing initializer. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/dl-load.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.254.2.2&r2=1.254.2.3
Subject: Bug 777 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-03-07 22:46:25 Modified files: malloc : arena.c Log message: 2005-03-01 Alfred M. Szmidt <ams@gnu.org> [BZ #777] * malloc/arena.c: #include <stdbool.h> outside of [SHARED && USE_TLS && !USE___THREAD]. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/malloc/arena.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.13&r2=1.13.2.1
Fixed in CVS.