You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: fn_data is used to link TCP and WS connections, but there is no safety check for lifecycle or synchronization. If one side closes, the other may dereference invalid memory. Needs safer lifecycle handling.
Description:
fn_datais used to link TCP and WS connections, but there is no safety check for lifecycle or synchronization. If one side closes, the other may dereference invalid memory. Needs safer lifecycle handling.