cvs commit: src/gnu/usr.bin/cc34 Makefile.inc

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jun 22 09:42:17 PDT 2004


dillon      2004/06/22 09:40:32 PDT

DragonFly src repository

  Modified files:
    gnu/usr.bin/cc34     Makefile.inc 
  Log:
  Turn propolice (-fstack-protector) on by default.  Propolice rearranges
  the ordering of local variable declarations so pointers do not get
  overwritten by buffer overflows, and checks a magic marker on return to see
  if the return address has been blown away.  It's a very important security
  feature.
  
  Revision  Changes    Path
  1.3       +1 -0      src/gnu/usr.bin/cc34/Makefile.inc


http://www.dragonflybsd.org/cvsweb/src/gnu/usr.bin/cc34/Makefile.inc.diff?r1=1.2&r2=1.3&f=u





More information about the Commits mailing list