summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/lib/py/utils.py
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2025-11-21 20:51:28 +0300
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2025-11-24 15:03:22 +0200
commit9b9c0adbc3f8a524d291baccc9d0c04097fb4869 (patch)
tree3d25b4bc3a8edbea2f9e53f9684fe7922d57c281 /tools/testing/selftests/net/lib/py/utils.py
parent752630cb8c62abca0407f96cc7baa2e13335cd15 (diff)
platform/x86: intel: punit_ipc: fix memory corruption
This passes the address of the pointer "&punit_ipcdev" when the intent was to pass the pointer itself "punit_ipcdev" (without the ampersand). This means that the: complete(&ipcdev->cmd_complete); in intel_punit_ioc() will write to a wrong memory address corrupting it. Fixes: fdca4f16f57d ("platform:x86: add Intel P-Unit mailbox IPC driver") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://patch.msgid.link/aSCmoBipSQ_tlD-D@stanley.mountain Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'tools/testing/selftests/net/lib/py/utils.py')
0 files changed, 0 insertions, 0 deletions