From ee3a56620b09a4577172bf1250714ae9393d28ffb85496b9230503f03a39436c Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 1 Mar 2016 13:11:56 +0000 Subject: [PATCH] add bsc identifiers OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=46 --- python-Pillow.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-Pillow.changes b/python-Pillow.changes index 7a6a03f..a6809a6 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -6,10 +6,10 @@ Mon Feb 29 12:28:34 UTC 2016 - michael@stroeder.com * Fixed a buffer overflow in PcdDecode.c causing a segfault when opening PhotoCD files. CVE-2016-TBD * Fixed a buffer overflow in FliDecode.c causing a segfault when opening - FLI files. CVE-2016-0775 + FLI files. CVE-2016-0775 (fixes bsc#965582) * Fixed a buffer overflow in TiffDecode.c causing an arbitrary amount of memory to be overwritten when opening a specially crafted invalid TIFF - file. CVE-2016-0740 + file. CVE-2016-0740 (fixes bsc#965579) ------------------------------------------------------------------- Mon Feb 1 11:13:20 UTC 2016 - toddrme2178@gmail.com