[PR #148] [MERGED] Fixups in encoder and decoder. #760

Closed
opened 2026-01-29 20:50:44 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/148
Author: @eustas
Created: 9/1/2015
Status: Merged
Merged: 9/1/2015
Merged by: @eustas

Base: masterHead: master


📝 Commits (4)

  • 127aa48 Fix bug in decoder.
  • b58317a Fix bug in encoder.
  • a67f005 Add "repeat" and "verbose" flags to "bro" tool.
  • 4092b4d Add more testdata.

📊 Changes

7 files changed (+90 additions, -39 deletions)

View changed files

📝 dec/decode.c (+9 -10)
📝 dec/huffman.c (+2 -1)
📝 dec/port.h (+0 -2)
📝 enc/backward_references.cc (+2 -1)
tests/testdata/bb.binast (+0 -0)
tests/testdata/random_chunks (+0 -0)
📝 tools/bro.cc (+77 -25)

📄 Description

No description provided


🔄 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/148 **Author:** [@eustas](https://github.com/eustas) **Created:** 9/1/2015 **Status:** ✅ Merged **Merged:** 9/1/2015 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`127aa48`](https://github.com/google/brotli/commit/127aa48a96f55241a03305f72b606a999384ee54) Fix bug in decoder. - [`b58317a`](https://github.com/google/brotli/commit/b58317a6527270f40b6b541c053b43db205f15df) Fix bug in encoder. - [`a67f005`](https://github.com/google/brotli/commit/a67f0056f2bcbaaafc8530c98723730d5bb9e5b3) Add "repeat" and "verbose" flags to "bro" tool. - [`4092b4d`](https://github.com/google/brotli/commit/4092b4d479731f1c877253d3184babca606fcd24) Add more testdata. ### 📊 Changes **7 files changed** (+90 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+9 -10) 📝 `dec/huffman.c` (+2 -1) 📝 `dec/port.h` (+0 -2) 📝 `enc/backward_references.cc` (+2 -1) ➕ `tests/testdata/bb.binast` (+0 -0) ➕ `tests/testdata/random_chunks` (+0 -0) 📝 `tools/bro.cc` (+77 -25) </details> ### 📄 Description _No description provided_ --- <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:50:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#760