mirror of
https://github.com/google/brotli.git
synced 2026-04-06 06:03:43 +00:00
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/265
Author: @fasterthanlime
Created: 11/12/2015
Status: ❌ Closed
Base:
master← Head:mingw64-ull📝 Commits (1)
2fe94d9Avoid integer overflow on x86_64-mingw, closes #264📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
enc/write_bits.h(+1 -1)📄 Description
Cf. #264 for an explanation of the actual problem.
I don't really have a good Visual Studio to test if that changes makes VC emit a warning - but at the very least I expect it to keep producing valid code.
In the future, would you consider adding mingw32 tests to your AppVeyor config? It's non-trivial, but doable. (Although, it would've have caught that particular issue, none of the test files triggered it at the tested qualities, or even at q=4).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.