1
0
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:
gitlost
2024-01-04 20:11:04 +00:00
parent 2a55ba0cef
commit 3cb724253b
19 changed files with 1651 additions and 109 deletions

View 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