From 747eb4b04987eda41a6ea3d580f42f784669b49c Mon Sep 17 00:00:00 2001 From: Mark Simpson Date: Sun, 28 May 2017 19:03:01 -0400 Subject: [PATCH] Add Changelog for previous commit. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 855a1dd..8ab5c59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-05-27 Mark Simpson + * src/mapi_attr.c: assert that attribute names are non-zero length. + * src/utils.c: guard against zero length in unicode_to_utf8. + 2017-03-19 Mark Simpson * src/common.h, src/alloc.c: use __builtin_mul_overflow when available.