We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Platform: Windows 10 / Cygwin Compiler(s): Clang
Windows 10 / Cygwin
Clang
When trying to get the info of a fat12 image, it threw a heap corruption error
So I went to debug it ...aaannnnd
(There's nothing wrong with the image file itself, even the root directory is correctly recognised by the program)
The text was updated successfully, but these errors were encountered:
Alr found the heap corruption part, i'll post the PR once I properly fix it
Sorry, something went wrong.
Btw is using the heap nesessary, because you can't use sizeof() on heap arrays
sizeof()
Successfully merging a pull request may close this issue.
Build Info
Platform:
Windows 10 / Cygwin
Compiler(s):
Clang
Issue
When trying to get the info of a fat12 image, it threw a heap corruption error
So I went to debug it ...aaannnnd
(There's nothing wrong with the image file itself, even the root directory is correctly recognised by the program)
The text was updated successfully, but these errors were encountered: