CVS: cvs.openbsd.org: src

Damien Miller <[email protected]> Thu, 23 Jul 2026 00:33:06 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/07/23 00:33:06

Modified files:
	usr.bin/ssh    : packet.c 

Log message:
use sshpkt_fatal instead of plain fatal() for errors in the packet
code as this provides context of the failing peer (address, port,
user, etc). Based on patch from Dag-Erling Smørgrav