[PR #25] [MERGED] Make decoder code warning-free #600

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

📋 Pull Request Information

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

Base: masterHead: sign-compare


📝 Commits (1)

  • 65d655d Compile decoder with -Wall flag

📊 Changes

2 files changed (+4 additions, -2 deletions)

View changed files

📝 dec/Makefile (+2 -0)
📝 dec/decode.c (+2 -2)

📄 Description

The decoder is security critical module as it runs on browser against downloaded font data (potentially malicious). So let's keep it warning-free.


🔄 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/25 **Author:** [@irori](https://github.com/irori) **Created:** 2/24/2015 **Status:** ✅ Merged **Merged:** 2/24/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `sign-compare` --- ### 📝 Commits (1) - [`65d655d`](https://github.com/google/brotli/commit/65d655dad5ccc7e08c7fe7bf55241e9958e242d9) Compile decoder with -Wall flag ### 📊 Changes **2 files changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `dec/Makefile` (+2 -0) 📝 `dec/decode.c` (+2 -2) </details> ### 📄 Description The decoder is security critical module as it runs on browser against downloaded font data (potentially malicious). So let's keep it warning-free. --- <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:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#600