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
local: Don't check size of dequeued buffer vs. bytes_used
We already make sure in the high-level API (buffer.c) that bytes_used
will always be smaller or equal than the buffer size.
Therefore, the case where bytes_used is bigger than a newly dequeued
block will never happen.
Signed-off-by: Paul Cercueil <[email protected]>
0 commit comments