Comment 0 for bug 884407

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

char is unsigned on arm (signed on x86).

fetch_sig compares the result of fgetc to EOF (-1), which of course never succeeds, causing an infinite loop.