From 10cb72a407ea7822c422af2058a2075bf655ef8a8040bf540a33d5a2662fc006 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 9 Feb 2024 11:51:09 +0000 Subject: [PATCH] Accepting request 1145384 from home:AndreasStieger:branches:devel:libraries:c_c++ typo fix OBS-URL: https://build.opensuse.org/request/show/1145384 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=129 --- libgit2.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgit2.changes b/libgit2.changes index 02b2be2..87e09ee 100644 --- a/libgit2.changes +++ b/libgit2.changes @@ -2,7 +2,7 @@ Wed Feb 7 19:51:57 UTC 2024 - Andreas Stieger - update to 1.7.2: - * CVE-2024-24574: infinite loop condition given specially crafted + * CVE-2024-24575: infinite loop condition given specially crafted inputs (boo#1219664) * CVE-2024-24577: arbitrary code execution due to heap corruption in git_index_add (boo#1219660)