One condition for the EPOS file format check is going into an infinite loop as the 'c' variable in the 'while' loop never gets incremented in Base/Formats/EPOS/eposio.c
A quick fix would be to add in line 104:
c++;
Thanks for the bug fix, Gregory! I've checked in the fix that you suggested.
Log in to post a comment.
A quick fix would be to add in line 104:
c++;
Last edit: Gregory Desvignes 2024-08-07
Thanks for the bug fix, Gregory! I've checked in the fix that you suggested.