nDPI/.github/workflows
Ivan Nardi 6d00a9e0bd
fuzz: add a new fuzzer to test serialization/deserialization code (#1876)
Autodetecting the needed buffer size is quite complex (especially with
float/double values) so it is mandatory to properly check for
`ndpi_snprintf` truncation.
These issues have been undetected so far probably because the default
buffer is big enough for all common cases.

Add an example of usage of `ndpi_deserialize_clone_all()` (taken from
`ntopng`)
2023-01-27 07:09:18 +01:00
..
build-msbuild.yml GitHub Actions: update to Node.js 16 actions (#1801) 2022-11-13 19:42:13 +01:00
build.yml Add support for LTO and Gold linker (#1812) 2022-12-05 10:21:42 +01:00
cifuzz.yml fuzz: add a new fuzzer to test serialization/deserialization code (#1876) 2023-01-27 07:09:18 +01:00
codeql.yml Extend CodeQL configuration and fix two warnings (#1816) 2022-12-02 23:26:22 +01:00