[PR #175] [MERGED] Fix a bug in uncompressed block handling. #773

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/175
Author: @szabadka
Created: 9/25/2015
Status: Merged
Merged: 9/25/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (2)

  • b04f624 Fix a bug in uncompressed block handling.
  • 163b59b Add null output callback to decoder for easier testing.

📊 Changes

3 files changed (+14 additions, -1 deletions)

View changed files

📝 dec/decode.c (+0 -1)
📝 dec/streams.c (+10 -0)
📝 dec/streams.h (+4 -0)

📄 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/175 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 9/25/2015 **Status:** ✅ Merged **Merged:** 9/25/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`b04f624`](https://github.com/google/brotli/commit/b04f6248beb64faeb353c75653c2fe925f6be9b8) Fix a bug in uncompressed block handling. - [`163b59b`](https://github.com/google/brotli/commit/163b59b1601c4100d607152d2f2bc7ed4e84959c) Add null output callback to decoder for easier testing. ### 📊 Changes **3 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+0 -1) 📝 `dec/streams.c` (+10 -0) 📝 `dec/streams.h` (+4 -0) </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:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#773