[PR #475] [MERGED] Added fuzzer and updated decoder #1108

Open
opened 2026-01-29 20:52:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/475
Author: @eustas
Created: 12/8/2016
Status: Merged
Merged: 12/8/2016
Merged by: @eustas

Base: masterHead: fuzz-update


📝 Commits (2)

📊 Changes

4 files changed (+123 additions, -2 deletions)

View changed files

📝 dec/decode.c (+5 -2)
fuzz/decode_fuzzer.cc (+45 -0)
fuzz/run_decode_fuzzer.cc (+44 -0)
fuzz/test_fuzzer.sh (+29 -0)

📄 Description


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/475 **Author:** [@eustas](https://github.com/eustas) **Created:** 12/8/2016 **Status:** ✅ Merged **Merged:** 12/8/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `fuzz-update` --- ### 📝 Commits (2) - [`6fa64a5`](https://github.com/google/brotli/commit/6fa64a53c71b94ed427fdf97e291a0aa874948b6) Update decoder - [`99a4a42`](https://github.com/google/brotli/commit/99a4a4289d4cf64fc04d9bbdcd9dece9cef5a823) Added fuzzer for https://github.com/google/oss-fuzz ### 📊 Changes **4 files changed** (+123 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+5 -2) ➕ `fuzz/decode_fuzzer.cc` (+45 -0) ➕ `fuzz/run_decode_fuzzer.cc` (+44 -0) ➕ `fuzz/test_fuzzer.sh` (+29 -0) </details> ### 📄 Description * log dictionary usage * remove dead assignment * added fuzzer for https://github.com/google/oss-fuzz * added standalone test for fuzzer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1108