[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: md5.c patch - recognize GNU checksum format
On Tue, 2 Mar 2004, Lawrence Teo wrote:
> This patch would make it easier for OpenBSD admins/users to verify
> MD5 checksum lists that are frequently distributed using the
> GNU MD5 format.
first of all it doesn't apply (to current) for some reason. i had to hand
patch.
> + while (isspace(*p))
> + p++;
> +
> + if (*p == '\0')
> + continue;
> +
> + filename = p;
> + if (filename == NULL)
> + continue;
filename cannot be null. otherwise, doesn't seem bad.
--
we have nothing to lose because we don't have anything
anything we want anyway