net: ethtool: clear heap allocations for ethtool function
stable inclusion from linux-4.19.196 commit 8b0f8cf5b02df6447974eea1a456b9f642fa1241 -------------------------------- [ Upstream commit 80ec82e3 ] Several ethtool functions leave heap uncleared (potentially) by drivers. This will leave the unused portion of heap unchanged and might copy the full contents back to userspace. Signed-off-by:Austin Kim <austindh.kim@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>
Loading
Please sign in to comment