-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module interaction and state fixes #214
Conversation
this can't be right? i saw a frame -1 causing a crash at runtime.
try a release ASAN build with the assert removed, if it crashes, then this PR is wrong. |
it does not crash on ASAN release with the asserts removed |
c84db6d
to
030e85d
Compare
00a7eb8
to
6be25b0
Compare
This prevents modules to be saved with version 0x450 but without the Dn-FT specific file header, causing the program to interpret it as FT 050b modules instead.
This pull request aims to fix module state and interaction bugs.
This pull request iterates upon PR #195.
Changes in this PR: