From bfff15109eee6a51d8ed00a9baa90a1b6e1a3604 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Wed, 20 Dec 2023 12:52:16 +0000 Subject: [PATCH] Changelog for #2385 --- .changelog/unreleased/bug-fixes/2385-wasm-vm-addr-sanitize.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/2385-wasm-vm-addr-sanitize.md diff --git a/.changelog/unreleased/bug-fixes/2385-wasm-vm-addr-sanitize.md b/.changelog/unreleased/bug-fixes/2385-wasm-vm-addr-sanitize.md new file mode 100644 index 0000000000..4f80c7153b --- /dev/null +++ b/.changelog/unreleased/bug-fixes/2385-wasm-vm-addr-sanitize.md @@ -0,0 +1,3 @@ +- Sanitize wasm memory accesses which are outside of the 32-bit address + range, to avoid crashing the ledger while executing malicious wasm payloads. + ([\#2385](https://github.com/anoma/namada/pull/2385)) \ No newline at end of file