Eric Dumazet wrote:
OK thanks everybody, I submit it more formally then, using ARRAY_SIZE() macro 
too :)

[PATCH] netfilter: nf_log fix

commit ca735b3aaa945626ba65a3e51145bfe4ecd9e222
'netfilter: use a linked list of loggers'
introduced an array of list_head in "struct nf_logger", but
forgot to initialize it in nf_log_register(). This resulted
in oops when calling nf_log_unregister() at module unload time.

Reported-and-tested-by: Mariusz Kozlowski <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Acked-by: Eric Leblond <[email protected]>

Applied, thanks everyone.

--
To unsubscribe from this list: send the line "unsubscribe kernel-testers" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to