]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: Fix possible memory leak caused by invalid cast
authorVinicius Costa Gomes <vinicius.gomes@intel.com>
Sat, 7 Aug 2021 01:15:46 +0000 (18:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 Aug 2021 11:56:41 +0000 (12:56 +0100)
commit7e04e7668420abdfdc33b07b83295a9dabbdf912
treed8df2ca2a3ae7cd50400c9ac5020b1e576906534
parenta686008f03a1538c9676ceb63c88f32fa2c2af2e
ptp: Fix possible memory leak caused by invalid cast

Fixes possible leak of PTP virtual clocks.

The number of PTP virtual clocks to be unregistered is passed as
'u32', but the function that unregister the devices handles that as
'u8'.

Fixes: 52c449a86022 ("ptp: support ptp physical/virtual clocks conversion")
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_sysfs.c