| Summary: | malloc/arena.c, elf/dl-load.c compile errors on hurd | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Thomas Schwinge <tschwinge> |
| Component: | hurd | Assignee: | 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
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. |