From 0a0c58dff2291870b56cec15fabf27119179c997 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Mar 2018 11:00:36 +0100 Subject: fix #73549: Use after free when stream is passed to imagepng fix #75981: stack-buffer-overflow while parsing HTTP response --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 744ca7b..6f69818 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ -build*log -tembed* +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.bz2 +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm -- cgit