diff options
Diffstat (limited to '2.6.32/4425_grsec-pax-without-grsec.patch')
-rw-r--r-- | 2.6.32/4425_grsec-pax-without-grsec.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.6.32/4425_grsec-pax-without-grsec.patch b/2.6.32/4425_grsec-pax-without-grsec.patch index 6e15250..48357e9 100644 --- a/2.6.32/4425_grsec-pax-without-grsec.patch +++ b/2.6.32/4425_grsec-pax-without-grsec.patch @@ -63,7 +63,7 @@ diff -Naur linux-2.6.32-hardened-r44.orig/fs/exec.c linux-2.6.32-hardened-r44/fs print_symbol(KERN_ERR "PAX: refcount overflow occured at: %s\n", instruction_pointer(regs)); @@ -1871,10 +1875,12 @@ - void pax_report_usercopy(const void *ptr, unsigned long len, bool to, const char *type) + NORET_TYPE void pax_report_usercopy(const void *ptr, unsigned long len, bool to, const char *type) { +#ifdef CONFIG_GRKERNSEC if (current->signal->curr_ip) |