[PR #77] [MERGED] Decoder support for new empty meta-block format. #674

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/77
Author: @szabadka
Created: 4/22/2015
Status: Merged
Merged: 4/22/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • a81f2ef Decoder support for new empty meta-block format.

📊 Changes

2 files changed (+52 additions, -17 deletions)

View changed files

📝 dec/decode.c (+50 -17)
📝 dec/state.h (+2 -0)

📄 Description

This change enforces the new 16MB limit on the
size of the meta-blocks and adds support for
empty meta-blocks with optional ignored metadata.


🔄 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/77 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/22/2015 **Status:** ✅ Merged **Merged:** 4/22/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a81f2ef`](https://github.com/google/brotli/commit/a81f2ef4336d4cc39fdf0b00aedcf1b0fc9c19d3) Decoder support for new empty meta-block format. ### 📊 Changes **2 files changed** (+52 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+50 -17) 📝 `dec/state.h` (+2 -0) </details> ### 📄 Description This change enforces the new 16MB limit on the size of the meta-blocks and adds support for empty meta-blocks with optional ignored metadata. --- <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:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#674