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.