commit | 5e68c794588f8b53780610295709cac392b03b78 | [log] [tgz] |
---|---|---|
author | Jakob Vukalović <jakobvukalovic@google.com> | Mon Feb 13 17:15:06 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 13 17:15:06 2023 +0000 |
tree | cf4b6bd062e26844b58e094245ae5fa0f6b09c74 | |
parent | a096fed6f28910e848801ca9950e2e09d9545891 [diff] | |
parent | f8322eaf6fcc374b85b5d8d2efae45abcdb5e392 [diff] |
Merge "vmbase: Write string terminator to stack canary"
diff --git a/vmbase/entry.S b/vmbase/entry.S index ab46465..408f5d1 100644 --- a/vmbase/entry.S +++ b/vmbase/entry.S
@@ -225,6 +225,9 @@ adr_l x30, __stack_chk_guard str x29, [x30] + /* Write a null byte to the top of the stack guard to act as a string terminator. */ + strb wzr, [x30] + /* Call into Rust code. */ bl rust_entry