Re: [PATCH net 0/3] net: lan78xx: fix NULL deref and memory leak

2020-07-28 Thread David Miller
From: Johan Hovold Date: Tue, 28 Jul 2020 14:10:28 +0200 > The first two patches fix a NULL-pointer dereference at probe that can > be triggered by a malicious device and a small transfer-buffer memory > leak, respectively. > > For another subsystem I would have marked them: > > Cc: sta..

[PATCH net 0/3] net: lan78xx: fix NULL deref and memory leak

2020-07-28 Thread Johan Hovold
The first two patches fix a NULL-pointer dereference at probe that can be triggered by a malicious device and a small transfer-buffer memory leak, respectively. For another subsystem I would have marked them: Cc: sta...@vger.kernel.org # 4.3 The third one replaces the driver's curre