summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '2.6.35/4425_grsec-pax-without-grsec.patch')
-rw-r--r--2.6.35/4425_grsec-pax-without-grsec.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/2.6.35/4425_grsec-pax-without-grsec.patch b/2.6.35/4425_grsec-pax-without-grsec.patch
index b675293..6c262b5 100644
--- a/2.6.35/4425_grsec-pax-without-grsec.patch
+++ b/2.6.35/4425_grsec-pax-without-grsec.patch
@@ -53,7 +53,7 @@ The original version of this patch contained no credits/description.
printk(KERN_ERR "PAX: refcount overflow detected in: %s:%d, uid/euid: %u/%u\n",
current->comm, task_pid_nr(current), current_uid(), current_euid());
print_symbol(KERN_ERR "PAX: refcount overflow occured at: %s\n", instruction_pointer(regs));
-@@ -1859,10 +1863,12 @@
+@@ -1851,10 +1855,12 @@
void pax_report_leak_to_user(const void *ptr, unsigned long len)
{
@@ -66,7 +66,7 @@ The original version of this patch contained no credits/description.
printk(KERN_ERR "PAX: kernel memory leak attempt detected from %p (%lu bytes)\n", ptr, len);
dump_stack();
do_group_exit(SIGKILL);
-@@ -1870,10 +1876,12 @@
+@@ -1862,10 +1868,12 @@
void pax_report_overflow_from_user(const void *ptr, unsigned long len)
{