dropbox / rust-brotli

Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
797 stars 83 forks source link

Fix `!0` cases #206

Closed nyurik closed 1 month ago

nyurik commented 1 month ago

Use proper ::MAX values. Also, removed impossible if !(0i32 == 0) { return }