search for: xt_jumpstack_alloc

Displaying 1 result from an estimated 1 matches for "xt_jumpstack_alloc".

2012 Mar 13
1
[Bug 777] New: Suspect bug in __do_replace()
...er.org ReportedBy: pmodilaynen at gmail.com Estimated Hours: 0.0 Hello netfilter developers! I suspect a small bug in /kernel/net/ipv4/netfilter/ip_tables.c __do_replace() function. xt_replace_table() may return NULL when allocation of memory was not successful by xt_replace_table->xt_jumpstack_alloc() (in my case I suspect there were no free memory when it's happened): ... oldinfo = xt_replace_table(t, num_counters, newinfo, &ret); if (!oldinfo) goto put_module; The full bactrace is WARNING: at /kernel/mm/vmalloc.c:107 vmap_page_range_noflush+0x120/0x1b4() &l...