Skip to content

Commit

Permalink
Add fuzzing on i386 for zstd
Browse files Browse the repository at this point in the history
We would like to extend zstd fuzzing to 32-bit in order to ensure the portability of zstd and find bugs (such as facebook/zstd#3361) that only occur on 32-bit platforms.
  • Loading branch information
daniellerozenblit committed Jan 24, 2023
1 parent 700fd90 commit 0920f67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/zstd/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386
main_repo: 'https://github.com/facebook/zstd'

0 comments on commit 0920f67

Please sign in to comment.