summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 19:56:10 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 19:56:10 +0100
commit09178699b90a3db339489133f9d0f123fc2c5087 (patch)
tree338fa46e302fe0fb87371fcf4033c78c7fe40efc
parent99ebd93db83147d8b3d9034715550bd36a089fb4 (diff)
downloadgnutls-09178699b90a3db339489133f9d0f123fc2c5087.tar.gz
added gnutls_realloc_fast to false positives
-rwxr-xr-xdoc/scripts/getfuncs-map.pl1
-rw-r--r--lib/libgnutls.map4
2 files changed, 4 insertions, 1 deletions
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 734e3fe674..1a7b3b832f 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -951,7 +951,9 @@ GNUTLS_PRIVATE {
_gnutls_buffer_init;
_gnutls_buffer_append_str;
_gnutls_buffer_to_datum;
- # 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;