[Bug 2929] OpenSSH server should not send the SSH_MSG_EXT_INFO message after rekeying

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Sep 4 09:41:50 AEST 2019


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

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3316|ok?(dtucker at dtucker.net)    |ok+
              Flags|                            |

--- Comment #7 from Darren Tucker <dtucker at dtucker.net> ---
Comment on attachment 3316
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3316
check KEX_INITIAL before sending ext-info

> (ssh->kex->flags & KEX_INITIAL) != 0

given that it's being used as a boolean you could omit the != 0.

-- 
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