In case of memory problems, the va_start() wasn't cleaned with a va_end().
authorRichard Levitte <levitte@openssl.org>
Mon, 24 Sep 2001 13:39:48 +0000 (13:39 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 24 Sep 2001 13:39:48 +0000 (13:39 +0000)
commit98c2a26ea61a4b48bdc7b4d3b25f5044194bab7c
tree502ab77e752e0bba9856644cfec788a3ba9c9162
parent965b6dad4497ea5cd9a988ccb641996b393af9b3
In case of memory problems, the va_start() wasn't cleaned with a va_end().
Noticed by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
crypto/err/err.c