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
Passing a 0 readLength here is just asking for trouble in memory safety terms for both reads and writes. Please make sure a followup is filed to stop doing that, marked as a critical security problem. Or fix it before landing, I guess....
Note that the code in question (the caller of emAfReadOrWriteAttribute) is gone now. The API itself still has issues, but this callsite is not one of them.
Passing a 0
readLength
here is just asking for trouble in memory safety terms for both reads and writes. Please make sure a followup is filed to stop doing that, marked as a critical security problem. Or fix it before landing, I guess....Originally posted by @bzbarsky-apple in #5020 (comment)
The text was updated successfully, but these errors were encountered: