In realloc, don't destroy the old memory area if a new one couldn't be
authorRichard Levitte <levitte@openssl.org>
Tue, 7 Oct 2003 12:09:39 +0000 (12:09 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 7 Oct 2003 12:09:39 +0000 (12:09 +0000)
commit83eb412da88a1e0b633511a7d07d7f40356dbe6a
tree9ec33bc95fc4271e65587fec88a9d5cadb18ff52
parent4d1c443123acbbb8a4890605937c1aa199c7f01d
In realloc, don't destroy the old memory area if a new one couldn't be
allocated.
Notified by Daniel Lucq <daniel@lucq.org>
crypto/mem.c