Skip to content
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

Memory leak/Heap Corruption when using fatcat #39

Open
aarrbba123 opened this issue Sep 23, 2023 · 2 comments · May be fixed by #40
Open

Memory leak/Heap Corruption when using fatcat #39

aarrbba123 opened this issue Sep 23, 2023 · 2 comments · May be fixed by #40

Comments

@aarrbba123
Copy link

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
image
2023-09-23_2

So I went to debug it ...aaannnnd
image

(There's nothing wrong with the image file itself, even the root directory is correctly recognised by the program)

@aarrbba123
Copy link
Author

Alr found the heap corruption part, i'll post the PR once I properly fix it

@aarrbba123 aarrbba123 linked a pull request Sep 23, 2023 that will close this issue
@aarrbba123
Copy link
Author

Btw is using the heap nesessary, because you can't use sizeof() on heap arrays

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant