search for: __guard

Displaying 13 results from an estimated 13 matches for "__guard".

2005 Nov 18
0
WIne 0.9x crash on make
...estuff/wine-0.9.1/loader' gcc -m32 -o wine-preloader -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c000000 preloader.o -L../libs/port -lwine_port preloader.o(.text+0x14): In function `__bb_init_func': /mnt/downloads/Winestuff/wine-0.9.1/loader/preloader.c:156: undefined reference to `__guard' preloader.o(.text+0x1f):/mnt/downloads/Winestuff/wine-0.9.1/loader/preloader.c:156: undefined reference to `__guard' preloader.o(.text+0x3b):/mnt/downloads/Winestuff/wine-0.9.1/loader/preloader.c:156: undefined reference to `__stack_smash_handler' preloader.o(.text+0x73): In function...
2009 Apr 12
4
Problem to compile wine on hardened sources
I got some problem with wine (since wine 1.1.13) on hardened-sources ... actually using ... kernel -> 2.6.28-hardened-r7 #1 SMP Mon Apr 6 17:41:50 CEST 2009 x86_64 gcc -> x86_64-pc-linux-gnu-3.4.6-hardened Code: __bb_init_func': preloader.c:(.text+0x4f): undefined reference to `__guard' preloader.c:(.text+0x70): undefined reference to `__stack_smash_handler' preloader.o: In function `__stack_chk_fail_local': preloader.c:(.text+0x8e): undefined reference to `__guard' preloader.c:(.text+0xaf): undefined reference to `__stack_smash_handler' preloader.o: In functi...
2003 Aug 24
1
ibm fstack protector
yo, ive been using the fstack protector for a while now and it worked fine until i was gonna compile 4.8p3 then i got these errors, sio.o(.text+0x18b7): undefined reference to `__guard' sio.o(.text+0x1da9): undefined reference to `__guard' sio.o(.text+0x1db9): undefined reference to `__stack_smash_handler' vga_isa.o: In function `isavga_probe': vga_isa.o(.text+0x10): undefined reference to `__guard' vga_isa.o(.text+0xb9): undefined reference to `__guard' v...
2005 Oct 01
1
error on loading zaptel module
i get this error on dmesg: zaptel: Unknown symbol __stack_smash_handler zaptel: Unknown symbol __guard paradise dove
2005 Aug 25
3
Adding -nostdlib to REQFLAGS
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://www.vas.nu/pipermail/klibc/attachments/20050825/0e6d8370/attachment.bin
2020 Mar 25
2
Build Clang/LLVM for AVR
Thank you for both of your input. Yes, I try to cross-compile for AVR, the simple ATMEGA328P used in every Arduino Uno. My main motivation being that I hope to be able to use a couple of STL containers, <functional> and <type_traits> on the MCU. Not sure though if this can be reached by going via the clang route. Getting back to the compilation: when I run clang with both both
2007 Feb 07
2
SYSLINUX 3.36-pre6 (release candidate)
I have, hopefully, found and fixed the issue with non-kernel binaries that appeared in 3.35. As a result, I have pushed out 3.36-pre6 and am classifying it as a release candidate. Please try it out, especially if you have had problems with 3.35. ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2006 Apr 03
0
new box, won''t boot domU
...ving me trouble since I first cloned the xen repo to it. I started off with "error: can''t find a register in class ''BREG'' while reloading ''asm''" errors that I fixed by changing my gcc profile(gentoo) to nopie. That introduced me to a ''__guard'' error that I fixed by changing my gcc profile to nopiesse. I will note for posterity that this was a new Gentoo install onto a old celeron with gcc 3.4.5-r1. Now I''ve booted dom0 and have a file backed image that I''m trying to boot. I''m typing this from mutt ru...
2009 Jan 24
1
[LLVMdev] inline asm semantics: output constraint width smaller than input
...etting an "idr_init" undefined error, but the symbol is present in my vmlinux. If I turn make those modules built into the kernel it works then (sctp, w1, thermalsysfs). It looks like I'll also have to submit some patches for ARCH=um, because I get undefined references to __bad_size, __guard, and __stack_smash_handler. __bad_size is probably because LLVM didn't inline expand + DCE something GCC did. With an unpatched LLVM I would also need weak attributes to be on the function type, instead of the return type, but I think thats an LLVM bug, and a one-line patch corrects it. &gt...
2006 May 06
2
can''t find a register in class `BREG'' while reloading `asm''
...e fellow''s initial problem (failure to compile) was apparently resolved by the elimination of some (all?) of the hardened flags during compilation: "-nopie fixed the originally reported error, but I subsequently got other errors that said something like "undefined reference to `__guard''" and "undefined reference to `__stack_smash_handler''". Adding -fno-stack-protector seems to have solved these as well, and I''m now compiling the kernels for the crusoe." My gcc version is: gcc (GCC) 3.4.6 (Gentoo Hardened 3.4.6-r1, ssp-3.4.5-1.0, pi...
2009 Jan 24
0
[LLVMdev] inline asm semantics: output constraint width smaller than input
* Török Edwin <edwintorok at gmail.com> wrote: > On 2009-01-23 20:27, Török Edwin wrote: > >>> > >>> > >> i'd not mind it at all if the kernel could be built with other open-source > >> compilers too. > >> > >> Now in this case the patch you suggest might end up hurting the end result > >> so it's
2009 Jan 24
5
[LLVMdev] inline asm semantics: output constraint width smaller than input
On 2009-01-23 20:27, Török Edwin wrote: >>> >>> >> i'd not mind it at all if the kernel could be built with other open-source >> compilers too. >> >> Now in this case the patch you suggest might end up hurting the end result >> so it's not an unconditional 'yes'. But ... how much it actually matters >> depends on
2006 May 26
3
Integrating ProPolice/SSP into FreeBSD
Hi, first sorry for cross-posting but I thought this patch might interest -CURRENT users as well as people concerned by security. I wrote a patch that integrates ProPolice/SSP into FreeBSD, one step further than it has been realized so far. It is available here : http://tataz.chchile.org/~tataz/FreeBSD/SSP/ Everything is explained on the web page, but I will repeat some informations here.