From: Colin King <[email protected]> Date: Fri, 9 Aug 2019 18:02:59 +0100
> From: Colin Ian King <[email protected]> > > An earlier commit removed the setting of err to -ENOMEM so currently > the skb_shinfo(skb)->nr_frags > 16 check returns with an uninitialized > bogus return code. Fix this by setting err to -ENOMEM to restore > the original behaviour. > > Addresses-Coverity: ("Uninitialized scalar variable") > Fixes: b214b2d8f277 ("rxrpc: Don't use skb_cow_data() in rxkad") > Signed-off-by: Colin Ian King <[email protected]> David, I assume you will pick this up.

