bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: md5.c invalid use of void expression


From: Bruce Korb
Subject: Re: PATCH: md5.c invalid use of void expression
Date: Fri, 04 Jan 2013 16:29:54 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 01/04/13 16:17, Bruce Korb wrote:
>>> This fixes it:
>>>
>>>     261             memcpy (ctx->buffer, buffer, 64);
>>>     262             md5_process_block (ctx->buffer, 64, ctx);
>>>
>>> There's no particular reason for having a nested call there anyway.

$ gcc --version ; uname -a ; /lib/glibc.so.6
gcc (SUSE Linux) 4.7.1 20120723 [gcc-4_7-branch revision 189773]
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Linux beethoven 3.4.11-2.16-desktop #1 SMP PREEMPT Wed Sep 26 17:05:00 UTC 2012 
(259fc87) x86_64 x86_64 x86_64 GNU/Linux
GNU C Library stable release version 2.15 (20120628), by Roland McGrath et al.
Copyright (C) 2012 Free Software Foundation, Inc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]