From 31bde2f9d7517d3cf2433c2ea787eb9542532496 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 9 Jun 2019 17:19:07 -0400 Subject: Handle empty DecodeParams array for (fixes #331) On read, ignore /DecodeParms when empty list; on write, delete it. Some files have been found that include an empty list for /DecodeParms, but this is not technically compliant with the spec, and the only sensible interpretation is to treat it as if there are no decode parameters. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96e7f82f..deece77c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-06-09 Jay Berkenbilt + + * When /DecodeParms is an empty list, ignore it on read and delete + it on write. Fixes #331. + 2019-05-18 Jay Berkenbilt * 8.4.2: release -- cgit v1.2.3-54-g00ecf