2023-07-24 08:00:53

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH V2 0/2] thermal: fix two coverity reported issues

From: Peng Fan <[email protected]>

Fix two thermal issues reported by coverity.

V2:
Add cover letter
Add Fixes Tag

Peng Fan (2):
thermal/core: fix potential memory leak
thermal/of: accessing potential uninitialized value

drivers/thermal/thermal_core.c | 3 +++
drivers/thermal/thermal_of.c | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)

--
2.37.1



2023-08-09 03:30:01

by Peng Fan

[permalink] [raw]
Subject: RE: [PATCH V2 0/2] thermal: fix two coverity reported issues

Any comments?

> Subject: [PATCH V2 0/2] thermal: fix two coverity reported issues
>
> From: Peng Fan <[email protected]>
>
> Fix two thermal issues reported by coverity.
>
> V2:
> Add cover letter
> Add Fixes Tag
>
> Peng Fan (2):
> thermal/core: fix potential memory leak
> thermal/of: accessing potential uninitialized value
>
> drivers/thermal/thermal_core.c | 3 +++
> drivers/thermal/thermal_of.c | 8 ++++----
> 2 files changed, 7 insertions(+), 4 deletions(-)
>
> --
> 2.37.1
Thanks,
Peng.