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
This function does not need to keep an output buffer byte
spare to zero-terminate the string, as it doesn't terminate
the output. So don't do that.
As an effect, this fixes the integer underflow followed by
buffer overflow for `rustls_error` with an empty output buffer.
`test_rustls_error_into_empty_buffer` is a regression test for
that case.
0 commit comments