| Commit message (Expand) | Author | Age |
... | |
* | fuzz: add a new fuzzer to test serialization/deserialization code (#1876) | Ivan Nardi | 2023-01-27 |
* | Add some fuzzers to test other data structures. (#1870) | Ivan Nardi | 2023-01-25 |
* | fuzz: fix memory allocation failure logic (#1867) | Ivan Nardi | 2023-01-20 |
* | Fuzz: fix compilation with nBPF (#1860) | Ivan Nardi | 2023-01-18 |
* | LRU caches: add a generic (optional and configurable) expiration logic (#1855) | Ivan Nardi | 2023-01-18 |
* | Add some fuzzers to test algorithms and data structures (#1852) | Ivan Nardi | 2023-01-17 |
* | fuzz: add fuzzer testing nDPI (initial) configurations (#1830) | Ivan Nardi | 2022-12-23 |
* | fuzz: some enhancements (#1827) | Ivan Nardi | 2022-12-10 |
* | fuzz: fix signed-integer-overflow (#1822) | Ivan Nardi | 2022-12-10 |
* | fuzz: add a new fuzzer testing memory allocation failures (#1818) | Ivan Nardi | 2022-12-06 |
* | Add support for LTO and Gold linker (#1812) | Ivan Nardi | 2022-12-05 |
* | Remove some useless fuzzing target (#1813) | Ivan Nardi | 2022-12-01 |
* | Add a new fuzzer for QUIC (#1800) | Ivan Nardi | 2022-12-01 |
* | Add basic profiling of memory allocations on data-path (#1789) | Ivan Nardi | 2022-10-28 |
* | Fix compilation and sync utests results | Nardi Ivan | 2022-10-04 |
* | Improved nDPI JSON serialization. (#1689) | Toni | 2022-08-02 |
* | Add support for flow client/server information (#1671) | Ivan Nardi | 2022-07-24 |
* | Do not interfere with CFLAGS/LDFLAGS env anymore. (#1659) | Toni | 2022-07-13 |
* | Fix some debug messages (#1583) | Ivan Nardi | 2022-06-05 |
* | Replaced ndpiReader's libjson-c support with libnDPI's internal serialization... | Toni | 2022-05-07 |
* | fuzz: purge old sessions (#1451) | Ivan Nardi | 2022-02-21 |
* | fuzz: make fuzz_ndpi_reader faster (#1446) | Ivan Nardi | 2022-02-20 |
* | Remove `struct ndpi_id_struct` (#1427) | Ivan Nardi | 2022-01-30 |
* | Fix two use-of-uninitialized-value errors (#1398) | Ivan Nardi | 2022-01-12 |
* | Fix writes to `flow->protos` union fields (#1354) | Ivan Nardi | 2021-11-15 |
* | Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi... | Toni | 2021-10-18 |
* | Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276) | Ivan Nardi | 2021-08-20 |
* | Fixed uninitialized memory use. (#1198) | Vitaly Lavrov | 2021-06-07 |
* | Check datalink during fuzzing to prevent console / logfile spam. See #1175 fo... | Toni | 2021-05-09 |
* | Compilation fix | Luca Deri | 2021-04-26 |
* | Fixed mispelled API call | Luca Deri | 2021-02-22 |
* | Fixed memory leaks caused by conditional free'ing for some TLS connec… (#1132) | Toni | 2021-02-10 |
* | Fix a memory leak on fuzzing code (#1036) | Hosein Ghahremanzadeh | 2020-10-21 |
* | Add (optional) dependency on external libraries: libgcrypt and libgpg-error | Nardi Ivan | 2020-08-21 |
* | Added memory checks | Luca Deri | 2020-08-02 |
* | Removed csv_fp as external symbol. Instead passing csv_fp through as argument. | Toni Uhlig | 2020-07-08 |
* | Merge pull request #940 from lnslbrty/fix/small-and-optimistic-improvments | Luca Deri | 2020-07-06 |
|\ |
|
| * | Fixed CodeInspector issues. | Toni Uhlig | 2020-07-05 |
* | | Added fuzz_*_LDADD to give Automake the opportunity to do some dependency tra... | Toni Uhlig | 2020-06-29 |
|/ |
|
* | Improved fuzz_ndpi_reader which supports now SMP/MT w/o race-coniditions. | Toni Uhlig | 2020-06-29 |
* | Re-Added corpus zipfile generation required for google-oss fuzzer | Toni Uhlig | 2020-06-27 |
* | fixed fuzzing tests in a way that ./tests/do.sh is now able to use corpus *.p... | Toni Uhlig | 2020-06-27 |
* | Disabled unused code | Luca Deri | 2020-06-25 |
* | Libfuzz fixes | Luca | 2020-02-02 |
* | Added missing additiona libs | Luca | 2020-02-02 |
* | Modifies fuzz target to fix leaks | Philippe Antoine | 2020-01-31 |
* | Added memory boundary check in HTTP dissector | Luca Deri | 2020-01-24 |
* | Debug compilation flag for fuzz targets | Philippe Antoine | 2020-01-24 |
* | Generates automatically corpus for fuzz target | Philippe Antoine | 2020-01-22 |
* | New fuzz target : fuzz_ndpi_reader | Philippe Antoine | 2020-01-14 |