|
|
|
|
|
by hedora
2674 days ago
|
|
Right, but all you have to do in C++ is switch the array implementation to bounds check by default. This is not rocket science, and is certainly easier than rewriting large code bases from scratch. Similarly, I could complain that rust arrays are too slow, and produce an array implementation that uses unsafe under the covers. |
|
https://github.com/dropbox/rust-brotli-decompressor/blob/mas...
Toggle the feature, remove the bounds checks unconditionally.