[grsec] grsecurity 2.1.10 released for Linux 2.4.34/2.6.19.2

pageexec at freemail.hu pageexec at freemail.hu
Tue Jan 16 17:29:37 EST 2007


On 15 Jan 2007 at 19:22, harry wrote:

> in the latest patch:
> -           min_t(unsigned long, KERNEL_PGD_PTRS, USER_PGD_PTRS));
> +           min(unsigned long, KERNEL_PGD_PTRS, USER_PGD_PTRS));
> 
> for ./arch/i386/kernel/smpboot.c
> 
> this should be:
> min(KERNEL_PGD_PTRS, USER_PGD_PTRS)); => the extra bracket is for...
> hell, read the patch ;))
> right? because min only takes 2 args
> or it shouldn't be changed at all, that's a possibility too :)

min_t is the right code, it shouldn't be changed.



More information about the grsecurity mailing list