Limit CPI from calling loader or native programs (#14252)

This commit is contained in:
Jack May
2020-12-23 10:44:34 -08:00
committed by GitHub
parent 5945305b1d
commit 0b479ab180
2 changed files with 15 additions and 1 deletions

View File

@@ -1337,6 +1337,7 @@ fn test_program_bpf_test_use_latest_executor() {
.is_ok());
}
#[ignore] // Invoking BPF loaders from CPI not allowed
#[cfg(feature = "bpf_rust")]
#[test]
fn test_program_bpf_test_use_latest_executor2() {