Package: libc6
Version: 2.7-18lenny6
Severity: important

The following program enters an endless loop inside fprintf(), which
consumes 100% CPU:

 int main(int argc,char**argv) {
    close(2);
    static char buffer[8193];
    memset(buffer, ' ', sizeof(buffer)-1);
    fprintf(stderr, "%s\n", buffer);
 }

This is fixed in squeeze (libc6 2.11.2-7).



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to