mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #1006] fuzz: more complete fuzzing #1568
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1006
Author: @catenacyber
Created: 2/2/2023
Status: 🔄 Open
Base:
master← Head:fuzz📝 Commits (1)
dc96f48fuzz: more complete fuzzing📊 Changes
2 files changed (+129 additions, -13 deletions)
View changed files
📝
c/fuzz/decode_fuzzer.c(+29 -13)➕
c/fuzz/encode_fuzzer.c(+100 -0)📄 Description
cc @eustas
This PR adds a fuzz target for encoding/compression
And it also completes the decode fuzzer by adding support for attaching a dictionary, and setting parameters (BROTLI_DECODER_PARAM_LARGE_WINDOW)
This modifies a bit the format that is used (using the first bytes to get the options). Is it ok ? Or should it be a new target ?
What do you think of it ?
PS : no bugs found after one night of running
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.