Skip to content

Commit df5ba0e

Browse files
authored
Merge pull request #9 from boeserwatz/develop
Fix out-of-bounds access in Happy RAM initialization
2 parents a2ea317 + 6e95914 commit df5ba0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diskimages/diskimage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2732,4 +2732,4 @@ namespace DiskImages {
27322732
m_remainingBytes.append(code.right(len - offset));
27332733
}
27342734
}
2735-
}
2735+
}

0 commit comments

Comments
 (0)