Tag: cd7fcbf1cb6933bfb9171452b4a370c92923544d

netfilter 07/09: simplify nf_conntrack_alloc() error handling

Author: Julia Lawall <julia@diku.dk> nf_conntrack_alloc cannot return NULL, so there is no need to check for NULL before using the value. I have also removed the initialization of ct to NULL in nf_conntrack_alloc, since the value is never used, and since perhaps it might lead one to think that return ct at the end might …

Continue reading