[Bug 2687] Coverity scan fixes

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Sep 7 14:17:56 AEST 2018


https://bugzilla.mindrot.org/show_bug.cgi?id=2687

--- Comment #15 from Darren Tucker <dtucker at dtucker.net> ---
Comment on attachment 3176
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3176
New patch set (openssh-7.8)

I've applied the portable-only bits with the exception of this one,
which looks like it's adding a leak of msg?

> auth-pam.c | 22 +++++++++++++---------
[...]
>-				free(msg);
>-				return 0;
>+				rv = 0;
>+				goto out;
[...]
>+out:
>+	sshbuf_free(buffer);
>+	return (rv);

I'll look at upstreaming the other parts.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list