Shiqan / FortniteReplayDecompressor

Read Fortnite replay files
https://fortnitereplaydecompressor.readthedocs.io/en/latest/
MIT License
90 stars 33 forks source link

fix possible infinite loop while parsing for broken replays #52

Closed diopolgg closed 6 months ago

diopolgg commented 7 months ago

When a broken replay file is passed as input, there is a possibility of the endless loop while reading chunks

I tried to make a quick fix there. Please adjust this as required according to the repository/project standards.

Shiqan commented 7 months ago

Thanks for the PR. Will check when I have some time :)