tools: add g_memdup to prohibited APIs.

This commit is contained in:
Dario Lombardo 2021-03-25 15:53:04 +01:00
parent 2484ad2f72
commit f96886ebef
No known key found for this signature in database
GPG Key ID: A45A48B6693FB191
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@ my %APIs = (
'strtod',
'strcasecmp',
'strncasecmp',
# Deprecated in glib 2.68 in favor of g_memdup2
# We have our local implementation for older versions
'g_memdup',
'g_strcasecmp',
'g_strncasecmp',
'g_strup',