solana/program-runtime
Alexander Meißner a71f05f86c
Fix CPI duplicate account privilege escalation (#22752)
* Adds TEST_DUPLICATE_PRIVILEGE_ESCALATION_SIGNER and TEST_DUPLICATE_PRIVILEGE_ESCALATION_WRITABLE.

* Moves CPI privilege verification out of deduplication loop.
2022-01-28 00:52:02 +01:00
..
benches Refactor: Remove Rc from PreAccount and InvokeContext::get_account() (#21882) 2021-12-14 15:44:31 +01:00
src Fix CPI duplicate account privilege escalation (#22752) 2022-01-28 00:52:02 +01:00
Cargo.toml Refactor: move sysvar cache to new module 2022-01-12 12:35:28 -07:00
build.rs