![]() |
MMIX Bug |
|
![]() |
Content
|
MMIXware Versionmmix-20240731
Bug ReportedInitial: 2025-05-28AuthorNatalia Posting
DescriptionWhen parsing theb command in section 161 of the MMIX-SIM module,
the parser may skip past the end of the string if there are no hex digits in
the input. This leads to a memory fault.
Proposed Patch@x case 'b':@+ for (k=0,p++; !isxdigit(*p); p++) @y case 'b':@+ for (k=0,p++; !isxdigit(*p) && *p != '\0'; p++) @z
|
Please help to keep this site up to date!
If you want to point out important material or projects
that are not listed here, if you find errors or want to suggest improvements,
please send email to