From: David S. Miller Date: Tue, 28 Jul 2020 20:35:44 +0000 (-0700) Subject: Merge branch 'net-lan78xx-fix-NULL-deref-and-memory-leak' X-Git-Tag: iomap-folio-5.17-old~3587^2~30 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2ff34c909f75d2d145a27b84e2ee6710a6b43446;p=users%2Fwilly%2Flinux.git Merge branch 'net-lan78xx-fix-NULL-deref-and-memory-leak' Johan Hovold says: ==================== net: lan78xx: fix NULL deref and memory leak 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: stable@vger.kernel.org # 4.3 The third one replaces the driver's current broken endpoint lookup helper, which could end up accepting incomplete interfaces and whose results weren't even useeren Johan ==================== Signed-off-by: David S. Miller --- 2ff34c909f75d2d145a27b84e2ee6710a6b43446