From c3159e209de5900f4bcb0540e66645febd203df0 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 22 Dec 2020 12:55:44 +0000 Subject: [PATCH] note in changelog see https://github.com/libvips/libvips/pull/1938 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index eee28d62..16739985 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 18/12/20 started 8.10.5 - fix potential /0 in animated webp load [lovell] +- don't seek on bad file descriptors [kleisauke] +- check for null memory sources [kleisauke] 14/12/20 started 8.10.4 - fix spng detection