[Webkit-unassigned] [Bug 199295] sanitizeStackForVMImpl writes below stack pointer, triggers huge warning spam from valgrind

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 17:36:30 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=199295

--- Comment #15 from Michael Catanzaro <mcatanzaro at gnome.org> ---
My first thought was that sanitizeStackForVMImpl could use alloca() as a workaround, because that should be basically zero-cost, right? But alloca() really just moves the stack pointer. I don't understand llint asm (or any asm) but I guess adjusting sp should probably suffice to avoid the warnings... right?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200319/37aff9eb/attachment.htm>


More information about the webkit-unassigned mailing list