[PR #126] [CLOSED] update the brotli encoder #737

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/126
Author: @lvandeve
Created: 8/10/2015
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 17ed258 msan bugfixes to the brotli encoder

📊 Changes

6 files changed (+113 additions, -71 deletions)

View changed files

📝 enc/backward_references.cc (+6 -0)
📝 enc/encode.cc (+6 -3)
📝 enc/encode_parallel.cc (+2 -1)
📝 enc/hash.h (+23 -13)
📝 enc/static_dict.cc (+75 -54)
📝 enc/static_dict.h (+1 -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/126 **Author:** [@lvandeve](https://github.com/lvandeve) **Created:** 8/10/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`17ed258`](https://github.com/google/brotli/commit/17ed25899323920edd3a1a41f6cbbf5783752d66) msan bugfixes to the brotli encoder ### 📊 Changes **6 files changed** (+113 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+6 -0) 📝 `enc/encode.cc` (+6 -3) 📝 `enc/encode_parallel.cc` (+2 -1) 📝 `enc/hash.h` (+23 -13) 📝 `enc/static_dict.cc` (+75 -54) 📝 `enc/static_dict.h` (+1 -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:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#737