In case of memory problems, the va_start() wasn't cleaned with a va_end().
authorRichard Levitte <levitte@openssl.org>
Mon, 24 Sep 2001 15:06:44 +0000 (15:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 24 Sep 2001 15:06:44 +0000 (15:06 +0000)
commit594a3e5bd528b14c2de958e1784db1d31d8c64ab
tree3beff120be51feb5e961a5a3cb0591b5d99cf4be
parentae9010abd5b8af9342a1128fe3889fc7e76bd269
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