Closed sgtio closed 6 years ago
Ensure that the memory allocated for a session is zeroed before initializing the session.
Instead of zeroing the memory before calling session_open, I have zeroed the memory at the start of session_open with commit a413233
Ensure that the memory allocated for a session is zeroed before initializing the session.