Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @pbatard
I am using the Linux platform to generate OVMF image with this ntfs-3g driver.
I have successfully built the OVMF.fd image, but when I try to enter the EFI Shell, it gets stuck at the loading screen, only display a white cursor.
I have printed the debug information to the stdio, and it appears as follows:
After debugging, I found that the issue may be caused by freeing a null pointer in uefi_file.c at line 195.
Therefore, I added a condition to check for this, and now it has been fixed. The EFI Shell can be accessed normally.