JIRA: https://issues.redhat.com/browse/RHEL-44520
CVE: CVE-2024-38627
commit 3df463865ba42b8f88a590326f4c9ea17a1ce459
Author: Dan Carpenter <dan.carpenter@linaro.org>
Date: Mon Apr 29 16:01:05 2024 +0300
stm class: Fix a double free in stm_register_device()
The put_device(&stm->dev) call will trigger stm_device_release() which
frees "stm" so the vfree(stm) on the next line is a double free.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
console.c | ||
core.c | ||
dummy_stm.c | ||
ftrace.c | ||
heartbeat.c | ||
p_basic.c | ||
p_sys-t.c | ||
policy.c | ||
stm.h |