mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #25] [MERGED] Make decoder code warning-free #600
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:sign-compare📝 Commits (1)
65d655dCompile 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.