Skip to content

Commit

Permalink
Enable 32-bit mode in oss-fuzz for zstd
Browse files Browse the repository at this point in the history
We'd like to enable 32-bit mode fuzz tests for zstd for portability and to catch bugs such as this one (facebook/zstd#3361) that only occur when built in 32-bit mode.

Is there anything else that needs to be done to enable 32-bit fuzzing for zstd?
  • Loading branch information
daniellerozenblit committed Jan 20, 2023
1 parent ed7eb5e commit e6976a8
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 e6976a8

Please sign in to comment.