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
