summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8dbafa4..7440f632 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-10-05 Jay Berkenbilt <ejb@ql.org>
+ * Security fix: properly handle empty strings in
+ QPDF_Name::normalizeName. The empty string is not a valid name
+ and would never be parsed as a name, so there were no known
+ conditions where this method could be called with an empty string.
+
* Security fix: perform additional argument sanity checks when
reading bit streams.