Commit graph

3 commits

Author SHA1 Message Date
Luca Deri
1eb2402b81 Moved to v4 2024-09-20 09:23:38 +02:00
Ivan Nardi
89deaabd84
fuzz: force fuzzing job on CI to fail if it founds any errors (#7756)
Pro: you can easily detect if you have errors in your code base.

Cons: the CI might fail for unrelated errors, i.e. for errors unrelated
to the code you are trying to push/commit/merge. And that *will* happen a
lot, especially just after this PR has been merged, because there are
lots of errors right now.

Memory leak detection is still disabled.

This is the behavior that we have on nDPI too.
2023-08-15 21:51:40 +02:00
Riccardo Mori
e0e3d4c55b
Add CI for fuzzing (#7462) 2023-06-01 10:19:01 +02:00