Menu

#486 Check for EPOS file goes into an infinite while loop

next release
closed-fixed
None
7
2024-08-07
2024-08-07
No

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

Discussion

  • Gregory Desvignes

    A quick fix would be to add in line 104:

    c++;

     

    Last edit: Gregory Desvignes 2024-08-07
  • Willem van Straten

    • status: open --> closed-fixed
    • assigned_to: Willem van Straten
     
  • Willem van Straten

    Thanks for the bug fix, Gregory! I've checked in the fix that you suggested.

     

Log in to post a comment.

MongoDB Logo MongoDB