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

Darren Tucker <dtuc...@dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d...@mindrot.org
   Attachment #3643|                            |ok?(d...@mindrot.org)
              Flags|                            |

--- Comment #3 from Darren Tucker <dtuc...@dtucker.net> ---
Created attachment 3643
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3643&action=edit
Do not store sshpam_conninfo across calls to sshpam_init

Those things said, the content of sshpam_conninfo is constructed of
things that are guaranteed to be available (remote host and port, local
port and address) so we don't actually need to cache it across calls at
all and thus it doesn't need to be static or global.  This puts all of
the conninfo bits in one place.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to