[PR #12] [MERGED] Decoder code cleanup. #587

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 dec/decode.c (+3 -3)
📝 dec/safe_malloc.h (+3 -3)
📝 dec/transform.h (+3 -3)

📄 Description

  1. Use a tighter upper bound on the Huffman table size.
  2. Remove unused argument len in ToUpperCase.
  3. Remove unused no-op assignment in BrotliDecompress.
  4. Fix include guard name.

🔄 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/12 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/28/2014 **Status:** ✅ Merged **Merged:** 10/28/2014 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`460dda1`](https://github.com/google/brotli/commit/460dda1b502485775a0f89e6b99ec753ec3f0998) Decoder code cleanup. ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+3 -3) 📝 `dec/safe_malloc.h` (+3 -3) 📝 `dec/transform.h` (+3 -3) </details> ### 📄 Description 1) Use a tighter upper bound on the Huffman table size. 2) Remove unused argument len in ToUpperCase. 3) Remove unused no-op assignment in BrotliDecompress. 4) Fix include guard name. --- <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: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#587