From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Re: Bad bug in md5sum and cmp 13 Nov 1998 14:25:47 -0800 Message-ID: <19981113003016.65216.cygnus.gnu-win32@cygnus.com> References: <36497DDD DOT C916A61A AT vt DOT siemens DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Ruediger Helsch Cc: gnu-win32 AT cygnus DOT com On Wed, Nov 11, 1998 at 01:06:53PM +0100, Ruediger Helsch wrote: > > Md5sum and cmp are badly broken. They stop reading the file at the > first Ctrl-Z. This makes them useless on binary files. > Cmp reports two files as equal if they differ behind the first Ctrl-Z. > Md5sum (even when used with the -b flag) stops after the first Ctrl-Z, > and when checking, reports the file as OK if changes occur only behind > the first Ctrl-Z. > These problems exist in B19 and B20. > Funny: cksum was also broken in B19 but works as expected in B20! The cmp code hasn't had the right binary mode switches added yet. We did this for md5sum before the b20 release which is why it works as expected in b20... -- Geoffrey Noer noer AT cygnus DOT com - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".