=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.258 retrieving revision 1.259 diff -c -r1.258 -r1.259 *** src/usr.bin/tmux/format.c 2020/06/11 19:43:34 1.258 --- src/usr.bin/tmux/format.c 2020/06/23 05:23:26 1.259 *************** *** 1,4 **** ! /* $OpenBSD: format.c,v 1.258 2020/06/11 19:43:34 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: format.c,v 1.259 2020/06/23 05:23:26 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 224,230 **** return; va_start(ap, fmt); ! vasprintf(&s, fmt, ap); va_end(ap); log_debug("%s: %s", from, s); --- 224,230 ---- return; va_start(ap, fmt); ! xvasprintf(&s, fmt, ap); va_end(ap); log_debug("%s: %s", from, s);