Make debug call printf("%s", NULL) safe. Prevents problems on platforms
authordtucker <dtucker@openbsd.org>
Tue, 22 Oct 2024 06:13:00 +0000 (06:13 +0000)
committerdtucker <dtucker@openbsd.org>
Tue, 22 Oct 2024 06:13:00 +0000 (06:13 +0000)
commit9732f479f9bd27381ee0354cd21da12c93c7b369
tree7996f8ad106020c2341fcd532cf932be664311db
parentc8397f4ebb14045757e110cedaaa62d2f95a6e9e
Make debug call printf("%s", NULL) safe.  Prevents problems on platforms
where this isn't safe (which it's not required to be).  ok djm@
usr.bin/ssh/monitor_wrap.c