[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9235D6609DB808459E95D78E17F2E43D40B05FE2@CHN-SV-EXMX02.mchp-main.com>
Date: Wed, 23 Aug 2017 21:42:47 +0000
From: <Woojung.Huh@...rochip.com>
To: <f.fainelli@...il.com>, <netdev@...r.kernel.org>
CC: <davem@...emloft.net>, <vivien.didelot@...oirfairelinux.com>,
<UNGLinuxDriver@...rochip.com>
Subject: RE: [PATCH net v2 2/2] net: dsa: skb_put_padto() already frees nskb
> The first call of skb_put_padto() will free up the SKB on error, but we
> return NULL which tells dsa_slave_xmit() that the original SKB should be
> freed so this would lead to a double free here.
>
> The second skb_put_padto() already frees the passed sk_buff reference
> upon error, so calling kfree_skb() on it again is not necessary.
>
> Detected by CoverityScan, CID#1416687 ("USE_AFTER_FREE")
>
> Fixes: e71cb9e00922 ("net: dsa: ksz: fix skb freeing")
> Signed-off-by: Florian Fainelli <f.fainelli@...il.com>
Reviewed-by: Woojung Huh <Woojung.Huh@...rochip.com>
- Woojung
Powered by blists - more mailing lists