From 4a4e23a447572abf6c2774932c246c51eba62345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 4 Oct 2006 10:18:26 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18219 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index 2fa5c558b..4179ebcc4 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -1,3 +1,14 @@ +2006-10-04 Love Hörnquist Åstrand + + * gen_seq.c: In generation of remove_TYPE: if you just removed the + last element, you must not memmove memory beyond the array. From + Andrew Bartlett + +2006-10-01 Love Hörnquist Åstrand + + * lex.l: Grow (%p, %a, %n) tables for Solaris 10 lex. From Harald + Barth. + 2006-09-24 Love Hörnquist Åstrand * gen_decode.c (decode_type): drop unused variable realtype.