This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: GCC 4.5.1 Released (2)


Ik zie ook wat leuke dingen in de release notes:

* MIPS targets now support the -fstack-protector option.

Uit de handleiding:

-fstack-protector
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.
This includes functions that call alloca, and functions with buffers
larger than
8 bytes. The guards are initialized when a function is entered and then
checked
when the function exits. If a guard check fails, an error message is
printed and
the program exits.

-fstack-protector-all
Like '-fstack-protector' except that all functions are protected.




-----Original Message-----
From: gcc-announce-owner@gcc.gnu.org
[mailto:gcc-announce-owner@gcc.gnu.org] On Behalf Of Richard Guenther
Sent: Sunday, August 08, 2010 10:47 AM
To: gcc-announce@gcc.gnu.org
Cc: gcc@gcc.gnu.org
Subject: GCC 4.5.1 Released


The GNU Compiler Collection version 4.5.1 has been released.

GCC 4.5.1 is a bug-fix release containing fixes for regressions and
serious bugs in GCC 4.5.0.  This release is available from the
FTP servers listed at:

  http://www.gnu.org/order/ftp.html

Please do not contact me directly regarding questions or comments about
this release.  Instead, use the resources available from
http://gcc.gnu.org.

As always, a vast number of people contributed to this GCC release --
far
too many to thank individually!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]