Task #498 - fixed.err

back to task #498
download
Error: COMPILER_WARNING (CWE-477):
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-didl-lite-parser.c: scope_hint: In function ‘gupnp_didl_lite_parser_parse_didl_recursive’
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-didl-lite-parser.c:233:9: warning[-Wdeprecated-declarations]: ‘xmlRecoverMemory’ is deprecated
#  233 |         doc = xmlRecoverMemory (didl, strlen (didl));
#      |         ^~~
/usr/include/libxml2/libxml/tree.h:17: included_from: Included from here.
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-didl-lite-object.h:20: included_from: Included from here.
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-av.h:13: included_from: Included from here.
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-didl-lite-parser.c:22: included_from: Included from here.
/usr/include/libxml2/libxml/parser.h:988:17: note: declared here
#  988 |                 xmlRecoverMemory        (const char *buffer,
#      |                 ^~~~~~~~~~~~~~~~
#  231|           gboolean       result;
#  232|   
#  233|->         doc = xmlRecoverMemory (didl, strlen (didl));
#  234|           if (doc == NULL) {
#  235|                   g_set_error (error,

Error: COMPILER_WARNING (CWE-477):
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-feature-list-parser.c: scope_hint: In function ‘gupnp_feature_list_parser_parse_text’
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-feature-list-parser.c:117:9: warning[-Wdeprecated-declarations]: ‘xmlRecoverMemory’ is deprecated
/usr/include/libxml2/libxml/tree.h:17: included_from: Included from here.
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-didl-lite-object.h:20: included_from: Included from here.
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-av.h:13: included_from: Included from here.
gupnp-av-0.14.1-build/gupnp-av-0.14.1/libgupnp-av/gupnp-feature-list-parser.c:23: included_from: Included from here.
/usr/include/libxml2/libxml/parser.h:988:17: note: declared here
#  115|           GList        *feature_list = NULL;
#  116|   
#  117|->         doc = xmlRecoverMemory (text, strlen (text));
#  118|           if (doc == NULL) {
#  119|                   g_set_error (error,