Menu

#2 fuseiso infinite loop parsing options for arm64

Unstable (example)
open
None
1
2017-01-16
2017-01-16
No

Hi Adam,

trying to use fuseiso on Arm64, it enters an infinite loop. It happens on Ubuntu and Fedora too. The loop is in getopt, because it tries to return -1 (no more options), but char on arm64 is always unsigned, so the test for ">0" will always be true. After changing the type of left value to int (instead of char), fuseiso works perfectly.

I attached a patch, could you please include it?

Thanks,
Dan.

P.S. I put priority 1 as fuseiso as included on both Ubuntu and Fedora Arm64 distros is not functional there. Sorry ;)

1 Attachments

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.