Bug 777

Summary: malloc/arena.c, elf/dl-load.c compile errors on hurd
Product: glibc Reporter: Thomas Schwinge <tschwinge>
Component: hurdAssignee: Roland McGrath <roland>
Status: RESOLVED FIXED    
Severity: normal CC: glibc-bugs
Priority: P2 Flags: fweimer: security-
Version: 2.3.4   
Target Milestone: ---   
Host: i386-pc-gnu Target: i386-pc-gnu
Build: i386-pc-gnu Last reconfirmed: 2005-03-07 22:44:02
Project(s) to access: ssh public key:
Bug Depends on:    
Bug Blocks: 724    
Attachments: patch for malloc/arena.c
patch for elf/dl-load.c

Description Thomas Schwinge 2005-03-05 09:48:39 UTC
#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-
Comment 1 Thomas Schwinge 2005-03-05 09:54:24 UTC
Created attachment 428 [details]
patch for malloc/arena.c
Comment 2 Thomas Schwinge 2005-03-05 09:54:55 UTC
Created attachment 429 [details]
patch for elf/dl-load.c
Comment 3 Sourceware Commits 2005-03-07 22:46:28 UTC
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

Comment 4 Sourceware Commits 2005-03-07 22:46:29 UTC
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

Comment 5 Jakub Jelinek 2005-03-15 07:58:37 UTC
Fixed in CVS.