File poppler-CVE-2024-6239.patch of Package poppler.36857
Index: poppler-0.79.0/utils/pdfinfo.cc =================================================================== --- poppler-0.79.0.orig/utils/pdfinfo.cc +++ poppler-0.79.0/utils/pdfinfo.cc @@ -418,8 +407,6 @@ static void printDestinations(PDFDoc *do } gfree(u); printf("\"\n"); - delete it.first; - delete it.second; } } }