RESOLVED FIXED Bug 221936
[ARM64] Change break instruction comment to indicate possible security failure
https://bugs.webkit.org/show_bug.cgi?id=221936
Summary [ARM64] Change break instruction comment to indicate possible security failure
Michael Saboff
Reported 2021-02-15 16:34:50 PST
On ARM64, we can use a non-zero immediate value to indicate a possible security failure.
Attachments
Patch (6.02 KB, patch)
2021-02-15 16:39 PST, Michael Saboff
mark.lam: review+
Michael Saboff
Comment 1 2021-02-15 16:35:18 PST
Michael Saboff
Comment 2 2021-02-15 16:39:27 PST
Mark Lam
Comment 3 2021-02-15 16:43:22 PST
Comment on attachment 420394 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=420394&action=review r=me > Source/JavaScriptCore/ChangeLog:9 > + using the same value the compiler emits. nit: I would say "C++ compiler" to be more explicit especially since there are so many compilers in our domain.
Michael Saboff
Comment 4 2021-02-15 17:49:02 PST
(In reply to Mark Lam from comment #3) > > Source/JavaScriptCore/ChangeLog:9 > > + using the same value the compiler emits. > > nit: I would say "C++ compiler" to be more explicit especially since there > are so many compilers in our domain. Done.
Michael Saboff
Comment 5 2021-02-15 17:51:53 PST
Note You need to log in before you can comment on or make changes to this bug.