Skip to content

Commit

Permalink
Enables MSAN for Suricata
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Sep 30, 2020
1 parent 14275cf commit b314cd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/suricata/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ make install
cd ..

export CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
rustup component add rust-src --toolchain nightly

# build project
cd suricata
Expand Down
4 changes: 4 additions & 0 deletions projects/suricata/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ primary_contact: "[email protected]"
auto_ccs:
- "[email protected]"
- "[email protected]"
sanitizers:
- address
- memory
- undefined

0 comments on commit b314cd4

Please sign in to comment.