Re: kern-25-net-core-bug
From: Thomas 'Dent' Mirlacher <hidden>
Date: 2002-05-01 18:35:37
From: Thomas 'Dent' Mirlacher <hidden>
Date: 2002-05-01 18:35:37
--snip/snip
I guessed (as errata): ret=handle_diverter(skb); & tried (as corrige): handle_diverter(skb);
well, a cleaner thing would be to set ret=0 or ret= ... but on the other hand, the return value for netif_receive_skb isn't checked (at least in process_backlog) btw. is someone auditing the network code? - like check all return values from functions which could fail. ++dent -- in some way i do, and in some way i don't.