https://bugzilla.mindrot.org/show_bug.cgi?id=2049
Jordan Brown <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |t --- Comment #16 from Jordan Brown <[email protected]> --- This fix appears to have introduced a regression: it emits the accumulated loginmsg as a banner, but does not clear it and so later (in session.c, in do_login calling display_loginmsg) those messages are emitted again as plain session text. It looks like the fix would be to call sshbuf_reset(loginmsg) after calling userauth_send_banner(). -- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
