History log of /dflybsd-src/lib/libc/secure/stack_protector_compat.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 0302f53e 16-Apr-2019 Sascha Wildner <saw@online.de>

libc: Fix some more -Wmissing-prototypes warnings.


# 7adf0194 11-Sep-2015 John Marino <draco@marino.st>

libc: Add stack protector support back

Based on regressions indicated by dports bulk build (< 10), it appears
that the deactivated stack_protector.c code was used with static stack
protection (e.g.

libc: Add stack protector support back

Based on regressions indicated by dports bulk build (< 10), it appears
that the deactivated stack_protector.c code was used with static stack
protection (e.g. -lssp_nonshared).

FreeBSD moved the file to its own area less than a month ago, which is
why I thought it had been removed. The plan is to put all security
related code in the same area, so I'm going to follow suit. While here,
remove the stack_smash_handler, which I believe is obsolete, and reduce
differences with FreeBSD.

show more ...