diff options
| author | Tong Zhang <[email protected]> | 2021-03-08 03:25:30 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-03-08 23:16:30 +0000 |
| commit | 4416e98594dc04590ebc498fc4e530009535c511 (patch) | |
| tree | 6c24c4f105112d7a2b9105f65204ef22c7f2dd6e /drivers/net/wan/lapbether.c | |
| parent | atm: uPD98402: fix incorrect allocation (diff) | |
| download | kernel-4416e98594dc04590ebc498fc4e530009535c511.tar.gz kernel-4416e98594dc04590ebc498fc4e530009535c511.zip | |
atm: idt77252: fix null-ptr-dereference
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/wan/lapbether.c')
0 files changed, 0 insertions, 0 deletions
