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
The code landed in #12125 has a number of critical security bugs (buffer overflows, dangling pointers), as well as various functionality issues that need to be fixed.
See #12125 (review) though I have very low confidence that I found all the problems, especially because the code is clearly completely untested.
Proposed Solution
Fix issues. Add tests.
The text was updated successfully, but these errors were encountered:
Problem
The code landed in #12125 has a number of critical security bugs (buffer overflows, dangling pointers), as well as various functionality issues that need to be fixed.
See #12125 (review) though I have very low confidence that I found all the problems, especially because the code is clearly completely untested.
Proposed Solution
Fix issues. Add tests.
The text was updated successfully, but these errors were encountered: