Add test program for BPF memory corruption bug (#5603)

* Add test program for BPF memory corruption bug

* @jackcmay feedback
This commit is contained in:
Justin Starry
2019-08-22 14:25:23 -04:00
committed by GitHub
parent 919c066e5a
commit 63d62c33c6
10 changed files with 212 additions and 0 deletions

View File

@ -76,6 +76,8 @@ fn main() {
"external_spend",
"noop",
"panic",
// ISSUE: https://github.com/solana-labs/solana/issues/5602
// "stack_bug",
"tick_height",
];
for program in rust_programs.iter() {