DragonFly BSD
DragonFly commits List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Jun 2004 09:40:32 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]