From c957c952caeb95bcf85acc4d205064d588694de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 21 Sep 2005 00:31:45 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16085 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index d62eb8edc..28539a843 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -1,5 +1,13 @@ +2005-09-20 Love Hörnquist Åstrand + + * gen_decode.c: TSequenceOf/TSetOf: Increase the length of the + array after successful decoding the next element, so that the + array don't contain heap-data. + 2005-09-13 Love Hörnquist Åstrand + * check-der.c: Avoid empty array initiators. + * pkcs8.asn1 (PKCS8PrivateKeyInfo): Inline SET OF to avoid compiler "feature"