aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-05-24 12:15:55 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-05-24 12:38:55 +0200
commitb728fe0277d4ce3af791d88039e92746770c5664 (patch)
tree431f431d0507a5928d72f596901ecfc3fdc5dc83 /src
parent1c82e0625f7d340e9f6335d1c9dfbab6e1d0688d (diff)
Fine tuned symbol check script.fix/invalid-ndpi-free
* added check for expected syms in modules Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/lib/third_party/src/gcrypt/aesni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/third_party/src/gcrypt/aesni.c b/src/lib/third_party/src/gcrypt/aesni.c
index d1379de6f..ecce04fc5 100644
--- a/src/lib/third_party/src/gcrypt/aesni.c
+++ b/src/lib/third_party/src/gcrypt/aesni.c
@@ -97,7 +97,7 @@ int mbedtls_aesni_has_support( unsigned int what )
break; /* We giveup */
}
- free(line);
+ free(line); // Do not replace with ndpi_free(). See `man 3 getline`.
fclose(fd);
has_aesni_checked = 1;