From 104329a6c66db3a0db73414a254180f89a65b62d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 18 Aug 2026 16:53:17 +0200 Subject: nasm: fix typo on the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/nasm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nasm/README.md b/crates/nasm/README.md index 1cfea8f..0eaf854 100644 --- a/crates/nasm/README.md +++ b/crates/nasm/README.md @@ -378,8 +378,8 @@ in that 'jsr' instruction will point to something else entirely. This would be similar to a use-after-free bug. This is something that can only be inspected at runtime, and so the assembler -cannot be of much help here. Hence, this commit adds a warning so the programmer -can understand the potentially dangerous operation. +cannot be of much help here. Hence, `nasm` adds a warning so the programmer can +understand the potentially dangerous operation. All of that being said, this assembler also adds support for "asan:safe" or "check:safe", which is a magic comment that the programmer can write to -- cgit v1.2.3