Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: amd/sdw_utils: avoid NULL deref when devm_kasprintf() fails devm_kasprintf() may return NULL on memory allocation failure, but the debug message prints cpus->dai_name before checking it. Move the dev_dbg() call after the NULL check to prevent potential NULL pointer dereference.
Product status
cb8ea62e6402067ba092d4c1d66a9440513a572b (git) before 095d692e5997ece300c89f10d903d5230090e6a0
cb8ea62e6402067ba092d4c1d66a9440513a572b (git) before a1cccbd19676fc36854535a7118ba2c27d0b84b3
cb8ea62e6402067ba092d4c1d66a9440513a572b (git) before 5726b68473f7153a7f6294185e5998b7e2a230a2
6.12
Any version before 6.12
6.12.55 (semver)
6.17.5 (semver)
6.18 (original_commit_for_fix)
References
git.kernel.org/...c/095d692e5997ece300c89f10d903d5230090e6a0
git.kernel.org/...c/a1cccbd19676fc36854535a7118ba2c27d0b84b3
git.kernel.org/...c/5726b68473f7153a7f6294185e5998b7e2a230a2