3 matches found
wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()
...
cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
...
kernel: ASoC: fsl_mqs: move of_node_put() to the correct location
In the Linux kernel, the following vulnerability has been resolved: ASoC: fslmqs: move ofnodeput to the correct location ofnodeput should have been done directly after mqspriv-regmap = sysconnodetoregmapgprnp; otherwise it creates a reference leak on the success path. To fix this, ofnodeput is...