summaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorTong Zhang <ztong0001@gmail.com>2021-03-07 22:25:30 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-30 14:36:58 +0200
commitf859f5089bd47c3ef830b7f398ca4130f7c5d90b (patch)
tree3e47bbf290f77e8e823ba9c7743e105ad07a3230 /arch/sparc
parente3c084e6a85b90bdc1acd280dd51fc6d70d515f8 (diff)
downloadlinux-stable-f859f5089bd47c3ef830b7f398ca4130f7c5d90b.tar.gz
linux-stable-f859f5089bd47c3ef830b7f398ca4130f7c5d90b.tar.bz2
linux-stable-f859f5089bd47c3ef830b7f398ca4130f7c5d90b.zip
atm: idt77252: fix null-ptr-dereference
[ Upstream commit 4416e98594dc04590ebc498fc4e530009535c511 ] this one is similar to the phy_data allocation fix in uPD98402, the driver allocate the idt77105_priv and store to dev_data but later dereference using dev->dev_data, which will cause null-ptr-dereference. fix this issue by changing dev_data to phy_data so that PRIV(dev) can work correctly. Signed-off-by: Tong Zhang <ztong0001@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions