]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
added gnutls_realloc_fast to false positives
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Jan 2014 18:56:10 +0000 (19:56 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Jan 2014 18:57:06 +0000 (19:57 +0100)
Conflicts:
lib/libgnutls.map

doc/scripts/getfuncs-map.pl
lib/libgnutls.map

index 9e5bb7e74abb36d86fea3ba922ab2059fd51b219..5ab527aec47960391541f3a05ca65312f0ac3c07 100755 (executable)
@@ -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
 );
 
index 3795895dbfe308351f1262f9ad6975b4f3188569..01a6739b0ab62c39c0badde5a1c7bcc7f762a837 100644 (file)
@@ -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;