CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/08 00:34:24
Modified files:
usr.bin/ssh : servconf.c
Log message:
fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here is
char**, so harmless); spotted in CID 416964
