Re: [Qemu-devel] [PATCH 14/14] Add -fstack-protector-all to CFLAGS

2010-01-01 Thread Kirill A. Shutemov
On Thu, Dec 31, 2009 at 12:58 PM, Arnaud Patard wrote: > "Kirill A. Shutemov" writes: > Hi, > >> -fstack-protector-all emit extra code to check for buffer overflows, >> such as stack smashing attacks.  This is done by adding a guard >> variable to functions with vulnerable objects. >> >> Signed-o

Re: [Qemu-devel] [PATCH 14/14] Add -fstack-protector-all to CFLAGS

2009-12-31 Thread Rtp
"Kirill A. Shutemov" writes: Hi, > -fstack-protector-all emit extra code to check for buffer overflows, > such as stack smashing attacks. This is done by adding a guard > variable to functions with vulnerable objects. > > Signed-off-by: Kirill A. Shutemov > --- > configure |1 + > 1 files

[Qemu-devel] [PATCH 14/14] Add -fstack-protector-all to CFLAGS

2009-12-30 Thread Kirill A. Shutemov
-fstack-protector-all emit extra code to check for buffer overflows, such as stack smashing attacks. This is done by adding a guard variable to functions with vulnerable objects. Signed-off-by: Kirill A. Shutemov --- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --g