Problematic file giving infinite loop / OOM in make_sector_list #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there,
I have a .doc file that is not exiting the inner loop of
make_sector_list
, leading to an OOM crash. There is some issue with the file itself, as Word gives an error opening it; however, DFVIEW.EXE opens the file and will display all the contained streams without complaining.Even if the file is bad and can't be read, hopefully there is some condition that can throw an exception rather than OOM.