From 01fd258a10e3df6d2f56da6a7bf180e742256dea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Jun 2021 15:11:10 +0200 Subject: Fix #81122 SSRF bypass in FILTER_VALIDATE_URL CVE-2021-21705 Fix #76448 Stack buffer overflow in firebird_info_cb Fix #76449 SIGSEGV in firebird_handle_doer Fix #76450 SIGSEGV in firebird_stmt_execute Fix #76452 Crash while parsing blob data in firebird_fetch_blob CVE-2021-21704 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4836072..183d9ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +clog +TODO php-*.tar.xz php56-php-*.src.rpm -- cgit