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
Pointer checks, etc. are disabled on the library functions
to avoid an explosion of the number of checks on instrumented
programs on the instrumentation code itself,
which is trusted to be free of pointer errors, by virtue
of the manually added assertions it already contains.
0 commit comments