From: Nikos Mavrogiannopoulos Date: Sun, 26 Jan 2014 18:56:10 +0000 (+0100) Subject: added gnutls_realloc_fast to false positives X-Git-Tag: gnutls_3_3_0pre0~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e6dfbf80607431e57e69fdd66cb4f54e96a5d8;p=thirdparty%2Fgnutls.git added gnutls_realloc_fast to false positives Conflicts: lib/libgnutls.map --- diff --git a/doc/scripts/getfuncs-map.pl b/doc/scripts/getfuncs-map.pl index 9e5bb7e74a..5ab527aec4 100755 --- a/doc/scripts/getfuncs-map.pl +++ b/doc/scripts/getfuncs-map.pl @@ -41,6 +41,7 @@ my %known_false_positives = ( 'gnutls_malloc' => 1, 'gnutls_calloc' => 1, 'gnutls_secure_malloc' => 1, + 'gnutls_realloc_fast' => 1, 'gnutls_secure_calloc' => 1 ); diff --git a/lib/libgnutls.map b/lib/libgnutls.map index 3795895dbf..01a6739b0a 100644 --- a/lib/libgnutls.map +++ b/lib/libgnutls.map @@ -970,7 +970,8 @@ GNUTLS_PRIVATE { # Internal symbols used by fips-test _gnutls_lib_simulate_error; - # Internal symbols needed by psktool: + # Internal symbols needed by xssl: + gnutls_realloc_fast; # Internal symbols needed by gnutls-cli-debug: _gnutls_rsa_pms_set_version;