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
* io: handle potential read/write errors
* io: avoid NULL pointer access
* log: free allocated variable argument list
* server_config: only free buffer if it was allocated before
* server_config: evaluate return value of lyd_find_path
* server_config_util_ssh: make hash buffer static to avoid large call stack
* session: protect session status against concurrent access
* session_server: only free attr_p if it was allocated before
* session_server_ssh: make hash buffer static to avoid large call stack
* session_server_tls: remove unneeded pointer resets
---------
Co-authored-by: Michal Struwe <[email protected]>
Co-authored-by: Martin Herberg <[email protected]>
0 commit comments