Jesper Juhl wrote: > There is a small problem in > net/ipv4/netfilter/ipt_recent.c::recent_seq_open(). > > If the call to seq_open() returns != 0 then the code calls > kfree(st) but then on the very next line proceeds to > dereference the pointer - not good. Applied, thanks Jesper.