Skip to content

Commit

Permalink
Potential hang-bug in UDF
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Aug 5, 2023
1 parent 638a348 commit 2dad917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesel/cdfs/udf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,7 @@ static void LogicalVolumeDescriptor (int n, struct cdfs_disc_t *disc, uint8_t *b
{
default:
debug_printf (" ");
for (j=2; i < PM_L; j++)
for (j=2; j < PM_L; j++)
{
debug_printf ("\\x%02x", b[j]);
}
Expand Down

0 comments on commit 2dad917

Please sign in to comment.