From 22dc328f83931605a85d2dc1314d1ff894853b0c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 10 Feb 2001 18:31:29 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9668 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9b465498..b4f25091d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-02-10 Assar Westerlund + + * lib/asn1/gen_decode.c (generate_type_decode): zero the data at + the beginning of the generated function, and add a label `fail' + that the code jumps to in case of errors that frees all allocated + data + 2001-02-07 Assar Westerlund * configure.in: aix dce: fix misquotes, from Ake Sandgren