Skip to content

Commit

Permalink
feat(examples): try set 6114 byte cmdline
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowndevQwQ committed Jan 26, 2025
1 parent 775b5e1 commit 05dc868
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/killmyargv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,10 @@ fn main() {
println!("set le argv");
printenv();
pause!();

mem.set("a".repeat(6144).as_bytes());
println!("try set 6144 bytes to argv");
printenv();
pause!();
println!("The end.");
}

0 comments on commit 05dc868

Please sign in to comment.