Add g_snprintf() to checkAPIs

This commit is contained in:
João Valverde 2021-12-18 00:52:41 +00:00
parent 92b4e3277c
commit f984def50c
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ my %APIs = (
# See https://gitlab.com/wireshark/wireshark/-/issues/6695#note_400659130
'g_fprintf',
'g_vfprintf',
# use native snprintf() and vsnprintf() instead of these:
'g_snprintf',
'g_vsnprintf',
### non-ANSI C
# use memset, memcpy, memcmp instead of these:
'bzero',