Avoid snprintf() of NULL when _nc_get_source() returns NULL.
authormillert <millert@openbsd.org>
Fri, 12 Apr 2024 14:10:28 +0000 (14:10 +0000)
committermillert <millert@openbsd.org>
Fri, 12 Apr 2024 14:10:28 +0000 (14:10 +0000)
commitd174fb1901ce0ba0acc0a5b72f9c67909444b386
treecba2296d601a71fa12a0147305666b342094f252
parent2b41c8d614e7bfdd694bcaf4263583750f13a8ea
Avoid snprintf() of NULL when _nc_get_source() returns NULL.
The filename buffer is not actually used in this case but it is
safer to set it to the empty string than to leave it uninitialized.
OK tb@
lib/libcurses/tinfo/read_entry.c