On Tue, Feb 4, 2014 at 9:00 PM, Shawn Webb <lattera@gmail.com> wrote:
> The following reply was made to PR kern/181497; it has been noted by GNATS.
>
> From: Shawn Webb <lattera@gmail.com>
> To: bug-followup@FreeBSD.org,
> steven@roothosts.com
>
> I'm sorry, my patch actually wasn't right. It included other fixes I had =
> in my branch for other features and didn't include some of the other =
> ASLR bits. Attached is the right patch.
>
>
A kernel without PAX_ASLR option in configuraton file failed:
--- imgact_elf.o ---
/src/sys/kern/imgact_elf.c:606:20: error: unused variable 'pr'
[-Werror,-Wunused-variable]
struct prison *pr; /* For ASLR */
^
There is a missing #ifdef PAX_ASLR arround this line.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"