[BACK]Return to stack_protector.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / misc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/misc/stack_protector.c between version 1.8 and 1.9

version 1.8, 2012/03/13 21:13:39 version 1.9, 2013/08/19 22:14:37
Line 53  static void __fail(const char *) __attri
Line 53  static void __fail(const char *) __attri
 __dead void __stack_chk_fail_local(void);  __dead void __stack_chk_fail_local(void);
 void __guard_setup(void);  void __guard_setup(void);
   
 void  void __section(".text.startup")
 __guard_setup(void)  __guard_setup(void)
 {  {
         static const int mib[2] = { CTL_KERN, KERN_ARND };          static const int mib[2] = { CTL_KERN, KERN_ARND };

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>