Opened 4 years ago
Closed 4 years ago
#19 closed defect (fixed)
FILO don't compile with an SSP enabled gcc
| Reported by: | montjoie | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | FILO | Version: | |
| Keywords: | FILO SSP | Cc: | |
| Dependencies: | Patch Status: | there is no patch |
Description
On a SSP enabled gcc ( like on gentoo-hardened) FILO won't compile with lots of:
printf.c:(.text+0xdfd): undefined reference to `guard'
printf.c:(.text+0x115e): undefined reference to `guard'
printf.c:(.text+0x1177): undefined reference to `stack_smash_handler'
main/builtin.o: In function `elf_load':
(.text+0x275b): undefined reference to `guard'
main/builtin.o: In function `elf_load':
(.text+0x2a4a): undefined reference to `guard'
main/builtin.o: In function `elf_load':
(.text+0x2a63): undefined reference to `stack_smash_handler'
main/builtin.o: In function `grub_menulst':
(.text+0x3558): undefined reference to `guard'
Attachments (0)
Change History (1)
comment:1 Changed 4 years ago by hailfinger
- Patch Status changed from patch needs review to there is no patch
- Resolution set to fixed
- Status changed from new to closed

Fixed in latest FILO.