CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/16 06:58:53
Modified files:
usr.bin/ssh : packet.c auth.c
Log message:
strdup may return NULL if memory allocation fails. Use the safer xstrdup
which fatals on allocation failures.
ok markus@
