svn commit: r286760 - in head/lib/libc: . secure sys

Konstantin Belousov kostikbel at gmail.com
Fri Aug 14 11:24:49 UTC 2015


On Fri, Aug 14, 2015 at 03:03:14AM +0000, Pedro F. Giffuni wrote:
> +/*
> + * It'd be nice to have this automatically generated, but we don't
> + * know to what version they will eventually belong, so for now
> + * it has to be manual.
> + */
The comment does not make a bit of sense.
It also raises the question whether the author(s) of the change
ever understand what do they change.

> +FBSD_1.0 {
> +	__chk_fail;
> +	__stack_chk_fail;
> +	__stack_chk_guard;
> +};


More information about the svn-src-head mailing list