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
As seen in #227 and #195, our current approach to rustls_result is too easy to make mistakes with, and those mistakes lead to undefined behavior. We should try a different approach, either:
Use some static checking to ensure that (a) rustls_result is never a parameter of a function in the public API, and (b) rustls_result is never a return value of a callback.
The text was updated successfully, but these errors were encountered:
As seen in #227 and #195, our current approach to rustls_result is too easy to make mistakes with, and those mistakes lead to undefined behavior. We should try a different approach, either:
The text was updated successfully, but these errors were encountered: