bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] md5: accepts a new --threads option


From: Paolo Bonzini
Subject: Re: [PATCH] md5: accepts a new --threads option
Date: Fri, 23 Oct 2009 12:40:08 +0200

>> +  char* buffer = malloc(BLOCKSIZE + 72);
>
> Spacing:
>
>     char *buffer = malloc (BLOCKSIZE + 72);
>
>> +  if (!buffer)
>> +    return 1;
>
> Where is that memory freed?

Everything else is fine by me.

Paolo




reply via email to

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