@fitzgen (he/him) @Chris Fallin On the out-of-bounds writes issue, one thing I haven't seen mentioned anywhere yet is the component model's lockdown mode, which ensures that instances aren't re-entered after a trap. I think that means that components could just always use guard pages, regardless of microarchitecture or spec changes.
modulo core dumps and post-mortem debugging, yeah that makes sense
yeah
Also, a variation of Chris' throwaway load technique would be to do a byte store to the greatest address that the actual store will write to.
Last updated: Nov 22 2024 at 16:03 UTC