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
Unfortunately, this needs the suppression despire the assert. Here
we copy things into a buffer, and PREfast thinks that we may write
beyond the buffer bounds, despite the analysis asserts.
#pragma prefast(suppress:__WARNING_WRITE_OVERRUN, "This is a false positive, and all of the above analysis asserts still didn't convince prefast of that.")
0 commit comments