You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ftx1: use bounded %.*s in snprintf to silence GCC -Wformat-truncation
Replace "%s" with "%.*s" and explicit precision (sizeof(dst) - 1)
in the four ret_data snapshot sites. Reported by N0NB on Debian 13
(GCC 14); clang and MinGW GCC did not trigger the warning.
0 commit comments