If someone is interested to solve a problem: $ dd if=/dev/zero bs=8848 count=1 of=a 2>/dev/null $ cp a b $ cmp a b 0 0x300 Segmentation fault (core dumped) $ cmp a b 0 0x200 cmp: EOF on b $ cmp a b 0x300 0 cmp: EOF on a Jean-Marc -- Jean-Marc Zucconi PGP Key: finger [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: interesting bug in /usr/bin/cmp Jean-Marc Zucconi
- Re: interesting bug in /usr/bin/cmp Thomas David Rivers
- Re: interesting bug in /usr/bin/cmp Brian F. Feldman
- Re: interesting bug in /usr/bin/cmp Warner Losh
- Re: interesting bug in /usr/bin/cmp Sheldon Hearn
- Re: interesting bug in /usr/bin/cmp Brian F. Feldman
- Re: interesting bug in /usr/bin/cmp Thomas David Rivers

