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
In the original code, when the fast buffer overflows, the return value
from fast_buf_put() was silently ignored. This makes it difficult to
detect whether any data was lost due to the buffer being full.
To improve the observability, we capture the return value in a local
variable and issue a warning when an overflow occurs.
Co-authored-by: EricccTaiwan <yphbchou0911@gmail.com>
0 commit comments