Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Unified Diff: src/untrusted/stubs/setjmp_arm.S

Issue 8275008: Make validator require read sandboxing on ARM. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/untrusted/stubs/setjmp_arm.S
===================================================================
--- src/untrusted/stubs/setjmp_arm.S (revision 6916)
+++ src/untrusted/stubs/setjmp_arm.S (working copy)
@@ -38,6 +38,7 @@
/* void longjmp(jmp_buf env, int val) */
longjmp:
/* Bundle -------------------- */
+ bic r0, r0, #NACL_DATA_FLOW_MASK
ldmia r0!, {r4, r5, r6, r7, r8, r10, r11, r12, lr}
mov sp, r12
bic sp, sp, #NACL_DATA_FLOW_MASK
« src/trusted/validator_arm/validator_tests.cc ('K') | « src/trusted/validator_arm/validator_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698