Prevent privilege escalation (#10232) (#10247)

automerge
This commit is contained in:
mergify[bot]
2020-05-26 02:39:28 -07:00
committed by GitHub
parent 0578801f99
commit 8c8e2c4b2b
13 changed files with 458 additions and 392 deletions

View File

@@ -151,6 +151,9 @@ fn process_instruction(
assert!(!accounts[ARGUMENT_INDEX].is_writable);
}
TEST_VERIFY_PRIVILEGE_ESCALATION => {
info!("Success");
}
TEST_NESTED_INVOKE => {
info!("nested invoke");