]> git.ipfire.org Git - thirdparty/strongswan.git/commit
vici: Don't pass stack variable to thread cleanup handler
authorTobias Brunner <tobias@strongswan.org>
Tue, 13 May 2025 14:43:07 +0000 (16:43 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 19 May 2025 15:19:20 +0000 (17:19 +0200)
commit8d3855ba31e454990a20cdf19b30fab8d3a7f095
tree427603e088a1e7230b2c3373446bfa999bb4fe9f
parent367e78205441347b68a4cfd3ed6d52e5d00e8cd9
vici: Don't pass stack variable to thread cleanup handler

The variable seems to get overwritten during cleanup, causing a
segmentation fault because either the pointer and/or the length is
invalid.
src/libcharon/plugins/vici/vici_socket.c