mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-08 20:41:59 +00:00
Add fuzz stuff ("backend/tests/fuzz"), including OSS-Fuzz
"Dockerfile" etc PDF417: lessen some debug verbosity gif: use "gif_" prefix; some code fiddling
This commit is contained in:
13
backend/tests/fuzz/project.yaml
Normal file
13
backend/tests/fuzz/project.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
homepage: "https://zint.org.uk"
|
||||
language: c
|
||||
primary_contact: "burmartke@gmail.com"
|
||||
main_repo: "https://github.com/zint/zint"
|
||||
file_github_issue: true
|
||||
sanitizers:
|
||||
- address
|
||||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
architectures:
|
||||
- x86_64
|
||||
- i386
|
||||
Reference in New Issue
Block a user