Skip to content

Conversation

wreuven
Copy link

@wreuven wreuven commented May 30, 2023

This bug was triggered for example when the connection closes (e.g. timeout) just as we attempt a new reuse of the connection.

Returning 0, means the callers will make use of a now invalid WSI. This often results in a double free of the wsi memory.

Need to return -1

wreuven and others added 5 commits May 30, 2023 17:28
This bug was triggered for example when the connection closes (e.g. timeout) just as we attempt a new reuse of the connection.

Returning 0, means the callers will make use of a now invalid WSI. This often results in a double free of the wsi memory.

Need to return -1
@lws-team lws-team force-pushed the main branch 3 times, most recently from 71ac218 to 27485b7 Compare August 30, 2025 11:28
@lws-team lws-team force-pushed the main branch 7 times, most recently from efb9f35 to 1faedc3 Compare September 6, 2025 09:49
@lws-team lws-team force-pushed the main branch 8 times, most recently from 721f91f to 49de3d2 Compare September 15, 2025 14:00
@lws-team lws-team force-pushed the main branch 6 times, most recently from a800d4a to 7f2f518 Compare September 18, 2025 08:03
@lws-team lws-team force-pushed the main branch 3 times, most recently from baf4897 to 0c7fa23 Compare October 1, 2025 14:55
@lws-team lws-team force-pushed the main branch 3 times, most recently from 2b74af4 to 5f77374 Compare October 12, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants