Replies: 1 comment
-
Would be useful |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The temp ring buffer may overrun without any way to detect it. This proposal details a debug ring buffer which which can catch use after "expected free":
X = invalid O = valid
[XXXX | XXXX]
(imagine a normal buffer as[OOOO]
)[OOOX|XXXX]
[XOOO|OXXX]
Beta Was this translation helpful? Give feedback.
All reactions