[openssh-commits] [openssh] branch master updated (b36b162b -> 09d8da08)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Apr 3 18:35:49 AEST 2023
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from b36b162b need va_end() after va_copy(); ok dtucker
new 09d8da08 upstream: Move up null check and simplify process_escapes.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 09d8da0849e2791b2500267cda333cd238f38754
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Apr 3 08:10:54 2023 +0000
upstream: Move up null check and simplify process_escapes.
Based on Coverity CID 291863 which points out we check the channel
pointer for NULLness after dereferencing it. Move this to the start
of the function, and while there simplify initialization of efc a bit.
ok djm@
OpenBSD-Commit-ID: de36e5ad6fde0fe263ca134e986b9095dc59380a
Summary of changes:
clientloop.c | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list