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
doesn't report any errors.
This could be related to kmsan_unpoison_shadow() zeroing out the origin despite there still are uninitialized bytes.
We must only zero out an origin iff the shadow is also zeroed out.
The text was updated successfully, but these errors were encountered:
ramosian-glider
changed the title
Don't zero out origin of uninitialized bytes in kmsan_internal_set_origin()
Don't zero out origin of uninitialized bytes in kmsan_internal_set_shadow_origin()
Nov 10, 2022
The following test:
doesn't report any errors.
This could be related to
kmsan_unpoison_shadow()
zeroing out the origin despite there still are uninitialized bytes.We must only zero out an origin iff the shadow is also zeroed out.
The text was updated successfully, but these errors were encountered: