Commit b003112
Mamatha Inamdar
powerpc/powernv: Add a null pointer check to scom_debug_init_one()
JIRA: https://issues.redhat.com/browse/RHEL-37052
CVE: CVE-2023-52690
commit 9a260f2
Author: Kunwu Chan <chentao@kylinos.cn>
Date: Fri Dec 8 16:59:37 2023 +0800
powerpc/powernv: Add a null pointer check to scom_debug_init_one()
kasprintf() returns a pointer to dynamically allocated memory
which can be NULL upon failure.
Add a null pointer check, and release 'ent' to avoid memory leaks.
Fixes: bfd2f0d ("powerpc/powernv: Get rid of old scom_controller abstraction")
Signed-off-by: Kunwu Chan <chentao@kylinos.cn>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231208085937.107210-1-chentao@kylinos.cn
Signed-off-by: Mamatha Inamdar <minamdar@redhat.com>1 parent ab62de2 commit b003112
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
168 | 173 | | |
169 | 174 | | |
170 | 175 | | |
| |||
0 commit comments