You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to raise this issue here in case this is a bug. Does the return value need to be checked here? It appears to be length of some sort but I was having a bit of hard time following the logic as I'm not very familiar with this code.
Thanks!
The text was updated successfully, but these errors were encountered:
I would guess it's not a bug; since it's part of the seeking logic, it's intentionally consuming a frame and expecting particular behavior based on knowledge of the internals. (I didn't actually write the seeking logic though.)
Hello, I am a developer of Dosbox Staging. As part of our CI, we have Coverity static analyzer which detected the following issue:
dosbox-staging/dosbox-staging#2996
https://user-images.githubusercontent.com/1557255/274740089-0bc591db-a476-4b6b-8a0e-d49ea08d30ac.png
Every other time
stb_vorbis_get_frame_float
is called, the return value is checked.We've done some modification of the source but the function it is alerting on is unchanged:
stb/stb_vorbis.c
Lines 4919 to 4934 in beebb24
I just wanted to raise this issue here in case this is a bug. Does the return value need to be checked here? It appears to be length of some sort but I was having a bit of hard time following the logic as I'm not very familiar with this code.
Thanks!
The text was updated successfully, but these errors were encountered: