CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/31 03:15:42
Modified files:
usr.bin/ssh : auth2-pubkey.c authfile.c bitmap.c clientloop.c
hostfile.c krl.c misc.c scp.c session.c
ssh-pkcs11.c sshbuf.c sshkey.c utf8.c xmalloc.c
xmalloc.h
Log message:
Switch to recallocarray() for a few operations. Both growth and shrinkage
are handled safely, and there also is no need for preallocation dances.
Future changes in this area will be less error prone.
Review and one bug found by markus