> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Kunwu > Chan > Sent: Tuesday, December 12, 2023 8:10 AM > To: Brandeburg, Jesse <[email protected]>; Nguyen, Anthony L > <[email protected]>; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; Keller, Jacob E > <[email protected]> > Cc: Michalik, Michal <[email protected]>; Kunwu Chan > <[email protected]>; Kunwu Chan <[email protected]>; > [email protected]; [email protected]; Kolacinski, Karol > <[email protected]>; [email protected]; Kitszel, > Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH v2 iwl-next] ice: Fix some null pointer > dereference issues in ice_ptp.c > > devm_kasprintf() returns a pointer to dynamically allocated memory > which can be NULL upon failure. > > Fixes: d938a8cca88a ("ice: Auxbus devices & driver for E822 TS") > Cc: Kunwu Chan <[email protected]> > Suggested-by: Przemek Kitszel <[email protected]> > Signed-off-by: Kunwu Chan <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ptp.c | 4 ++++ > 1 file changed, 4 insertions(+) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
