CVSROOT:        /cvs
Module name:    src
Changes by:     dtuc...@cvs.openbsd.org 2020/05/29 03:02:44

Modified files:
        usr.bin/ssh    : misc.c 

Log message:
Pass a NULL instead of zeroed out va_list from dollar_expand.  The original
intent was in case there's some platform where va_list is not a pointer
equivalent, but on i386 this chokes on the memset.  This unbreaks that
build, but will require further consideration.

Reply via email to