Mailing List Archive

[update] 1.1.94 released
Hi!

As dictated by Murphy a problem was found right after the release.
Please apply the following patch to libgcrypt-1.1.94.


2004-03-29 Werner Koch <wk@gnupg.org>

* secmem.c (_gcry_secmem_realloc): Fixed double unlock; bug
manifested itself due to the more rigorous checking in the changed
ath.h


diff -u -p -r1.21 -r1.22
--- src/secmem.c 3 Feb 2004 12:13:16 -0000 1.21
+++ src/secmem.c 29 Mar 2004 12:41:45 -0000 1.22
@@ -563,7 +563,6 @@ _gcry_secmem_realloc (void *p, size_t ne
size = mb->size;
if (newsize < size)
{
- SECMEM_UNLOCK;
/* It is easier to not shrink the memory. */
a = p;
}




Shalom-Salam,

Werner
Re: [update] 1.1.94 released [ In reply to ]
Στις Monday 29 March 2004 16:08, ο/η Werner Koch έγραψε:

> Hi!
> As dictated by Murphy a problem was found right after the release.
> Please apply the following patch to libgcrypt-1.1.94.
> * secmem.c (_gcry_secmem_realloc): Fixed double unlock; bug
> manifested itself due to the more rigorous checking in the changed
> ath.h
Hello,
does this bug makes the released libgcrypt unusable? If it does,
will there be any other release soon?


> Shalom-Salam,
>
> Werner
>

--
Nikos Mavroyanopoulos
Re: [update] 1.1.94 released [ In reply to ]
On Mon, 29 Mar 2004 18:21:10 +0300, Nikos Mavroyanopoulos said:

> does this bug makes the released libgcrypt unusable? If it does,
> will there be any other release soon?

Depends on whether you use the generic gcry_realloc.

Hopefully the next release will be 1.2. I don't think it is justified
to have another release for that one-liner. IF other problems are
encounterred in the next few days, I'll do another pre-release of
course.

Werner