-
Notifications
You must be signed in to change notification settings - Fork 11
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
Possible double-free on ext2fs_file_close() #43
Comments
This can be reproduced by reading the |
@acostach I realise you may not work on this component but I'm sure you could figure this one out with your big brainz. Is this fixed? I'm seeing this locally. I'm using some tooling to flash older tx2 images, so they may have been built a while ago - I've had reports though that this issue has appeared from tooling built recently. https://github.com/balena-os/jetson-flash doesn't use a package-lock.json file fwiw, I wonder if there's some issues with unlocked dependencies or floating dependencies not pulling in fixed versions of things, assuming that this ticket here is actually fixed. cc @jhermsmeier -- wondering if you managed to work around this, or found a fix elsewhere. |
Oh also, |
Hi @AeroNotix , thank for reporting this, I haven't seen this error with jetson-flash so far. Does the issue still occur on your side if you update this package manually in jetson-flash?
I'll update it there anyway, but would be good to know if you still see this with the latest ext2fs version. Thank you |
Looking at the implementation of
ext2fs_file_close()
, it seems it can double-free theext2_file_t file
if called twice on the same file structureThe text was updated successfully, but these errors were encountered: