mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
[PR #25] Make decoder code warning-free #604
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?
Original Pull Request: https://github.com/google/brotli/pull/25
State: closed
Merged: Yes
The decoder is security critical module as it runs on browser against downloaded font data (potentially malicious). So let's keep it warning-free.