[PR #2] [MERGED] Fix BrotliDecompressedSize() to work for an uncompressed plus an empty meta-block. #571

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/2
Author: @szabadka
Created: 10/15/2014
Status: Merged
Merged: 10/27/2014
Merged by: @szabadka

Base: masterHead: decoder


📝 Commits (1)

  • 79d2b89 Fix BrotliDecompressedSize() to work for an uncompressed plus an empty meta-block.

📊 Changes

2 files changed (+55 additions, -14 deletions)

View changed files

📝 dec/decode.c (+53 -13)
📝 dec/decode.h (+2 -1)

📄 Description

This commit does not change the format, only extends the capability of the API to compute the size of the entire decompressed data from the compressed bit-stream.


🔄 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/2 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/15/2014 **Status:** ✅ Merged **Merged:** 10/27/2014 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `decoder` --- ### 📝 Commits (1) - [`79d2b89`](https://github.com/google/brotli/commit/79d2b89d2ddf933209b92a48e361a344618ead44) Fix BrotliDecompressedSize() to work for an uncompressed plus an empty meta-block. ### 📊 Changes **2 files changed** (+55 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+53 -13) 📝 `dec/decode.h` (+2 -1) </details> ### 📄 Description This commit does not change the format, only extends the capability of the API to compute the size of the entire decompressed data from the compressed bit-stream. --- <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:46:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#571