Skip to content

Commit

Permalink
Merge branch 'dev' into dev_port_C11_TcpReassemblyTests
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb authored Nov 9, 2023
2 parents fbfaac9 + 3227ad1 commit a140bcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Fuzzers/RegressionTests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The files in `regression_samples` are basically pcap files (not necessarily valid ones) that triggered crashes in the past.
Since the issues are fixed they don't trigger the crashes anymore.
On every pull request an [ASAN](https://clang.llvm.org/docs/AddressSanitizer.html)/[USAN](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html)/[MSAN](https://clang.llvm.org/docs/MemorySanitizer.html) instrumented build opens all of them one by one.
If there is a crash - the pull request introduced memory corruption.

0 comments on commit a140bcf

Please sign in to comment.