Status: New
Owner: ----

New issue 3244 by [email protected]: Annotate Zone for MemorySanitizer
http://code.google.com/p/v8/issues/detail?id=3244

MemorySanitizer is a 64-bit only detector of uninitialized reads. With the new ARM64 simulator we can run MSan over JIT-generated code (this requires several pending CLs still).

To detect uninit reads of V8 heap, we need annotations in Zone allocator, similar in spirit to
  https://code.google.com/p/v8/source/detail?r=20266
but simpler. It should be enough to poison all new allocations with
  __msan_allocated_memory() from <sanitizer/msan_interface.h>.
MSan does not need redzones nor quarantine.

Please assign this issue to me, I don't have the rights to do so.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to