Created attachment 411532 [details] sample file Attached is a sample file that will expose an invalid memory access in nasm. It can be found when compiling nasm with address sanitizer (./configure CFLAGS="-fsanitize=addres" LDFLAGS="-fsanitize=address"). Affects current git head code. Found with american fuzzy lop.
Created attachment 411533 [details] address sanitizer output