Skip to content

Commit

Permalink
causeway: correct memory overflow, issue #1361 (Thanks Andreas Grech)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Feb 13, 2025
1 parent 7b84c25 commit b31f658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bld/causeway/asm/memory.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,7 @@ ExtendLinearMemory proc near
GetPageLinearAddr eax
dec eax
add eax,LinearLimit
jc mem10_error
dec eax
sub eax,LinearBase
cmp eax,MaxMemLin
Expand Down

0 comments on commit b31f658

Please sign in to comment.