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

Unified Diff: src/trusted/validator_arm/validation-report.py

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
« no previous file with comments | « src/trusted/validator_arm/testdata/test_vector_stores.nexe ('k') | src/trusted/validator_arm/validator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/validation-report.py
===================================================================
--- src/trusted/validator_arm/validation-report.py (revision 6972)
+++ src/trusted/validator_arm/validation-report.py (working copy)
@@ -1,9 +1,8 @@
#!/usr/bin/python
#
-# Copyright 2009 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can
-# be found in the LICENSE file.
-# Copyright 2009, Google Inc.
+# Copyright (c) 2011 The Native Client Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
#
@@ -48,8 +47,8 @@
'kProblemBranchInvalidDest': ['This branch targets a location that is '
'outside of the application\'s executable code, and is not a valid '
'trampoline entry point', 0, 0],
- 'kProblemUnsafeStore': ['This store instruction is not preceded by a '
- 'valid address mask instruction', 1, 0],
+ 'kProblemUnsafeLoadStore': ['This store instruction is not preceded by '
+ 'a valid address mask instruction', 1, 0],
'kProblemUnsafeBranch': ['This indirect branch instruction is not '
'preceded by a valid address mask instruction', 1, 0],
'kProblemUnsafeDataWrite': ['This instruction affects a register that '
« no previous file with comments | « src/trusted/validator_arm/testdata/test_vector_stores.nexe ('k') | src/trusted/validator_arm/validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698