search for: resource_leak

Displaying 1 result from an estimated 1 matches for "resource_leak".

2017 Mar 02
61
[Bug 2687] New: Coverity scan fixes
...iry revealed several issues: auth-pam.c * NULL_RETURNS -- missing check before dereferencing allocated buffer clientloop.c * REVERSE_INULL -- check for null after it was already dereferenced --> check for null earlier too digest-openssl.c * NULL_RETURNS -- missing check for null kex.c * RESOURCE_LEAK -- match_list() allocates data which is not freed in several cases readconf.c * RESOURCE_LEAK -- Variable "arg2" going out of scope leaks the storage it points to. servconf.c * DEADCODE -- cannot reach the expression ""none"" sshconnect.c * RESOURCE_LEAK -- Handl...