-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined behavior / Arithmetic overflow in bits.c #25
Comments
Hey @tmatth & @orbea .. is this a maintained repo? I thought you guys were spotting activity here, to carry and file it over at gitlab. I've made a fix at PR #26, ez merge. If you see this comment, please also look at #27 (that's not pretty either) and perhaps my PR in speexdsp repo. |
Yeah so as you said, this is just a mirror of the official upstream at https://gitlab.xiph.org/xiph/speexdsp (but we do port patches etc. over) That said thanks for pinging I will check these ASAP. |
Signed-off-by: Tristan Matthews <[email protected]>
libspeex\bits.c(278): warning C26453: Arithmetic overflow: Left shift of a negative signed number is undefined behavior (io.4)
@ libspeex/bits.c Line 278
The text was updated successfully, but these errors were encountered: