diff options
author | Luca Deri <deri@ntop.org> | 2023-08-12 00:27:37 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-08-12 00:27:37 +0200 |
commit | fe634b8d55b58e7f63ddc38ac29d63592b1801e3 (patch) | |
tree | 3729aec7cfcbf2aafb6f9c3e06d8b6ee2ddcf5d3 /python/ndpi/ndpi.py | |
parent | 8e17f508531be977eab15746a0a733f0866e7f07 (diff) |
Fixed to address issue
Run ./utils/check_symbols.sh || { FAILED=$?; echo "::error file=${NDPI_LIB}::Unwanted libc symbols found: ${FAILED}. Please make sure to use only ndpi_malloc/ndpi_calloc/ndpi_realloc/ndpi_free wrapper instead of malloc/calloc/realloc/free."; false; }
[ndpi_filter.o]: calloc
Unwanted symbols found: 1
Please make sure to use only ndpi_malloc/ndpi_calloc/ndpi_realloc/ndpi_free wrapper instead of malloc/calloc/realloc/free
Error: Unwanted libc symbols found: 1. Please make sure to use only ndpi_malloc/ndpi_calloc/ndpi_realloc/ndpi_free wrapper instead of
Diffstat (limited to 'python/ndpi/ndpi.py')
0 files changed, 0 insertions, 0 deletions