CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/04/12 08:10:28

Modified files:
        lib/libcurses/tinfo: read_entry.c 

Log message:
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@

Reply via email to