CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    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

Reply via email to