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
I'm guessing it should say something like shadow_end = shadow_begin + size; or shadow_end = kt_shadow_get(addr + size); instead. But in either case it's never called, so maybe just scrap it?
The text was updated successfully, but these errors were encountered:
kt_shadow_clear
appears to be getting the end of the shadow region wrong:I'm guessing it should say something like
shadow_end = shadow_begin + size;
orshadow_end = kt_shadow_get(addr + size);
instead. But in either case it's never called, so maybe just scrap it?The text was updated successfully, but these errors were encountered: