On 18.10.21 19:11, Jeff King wrote:
This fixes two small leaks on top of fs/ssh-signing-fix noticed by
Coverity. I guess it's too late to squash them in, so I prepared patches
on top.
[1/2]: gpg-interface: fix leak of "line" in parse_ssh_output()
[2/2]: gpg-interface: fix leak of strbufs in get_ssh_key_fingerprint()
gpg-interface.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
-Peff
Thanks.
Both of these look good.
Is coverity included in the ci/gh actions? Where would these notices
show up?
Kind regards,
Fabian