- drop CVE-2022-31782.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=192
This commit is contained in:
Dirk Mueller 2023-03-08 20:26:37 +00:00 committed by Git OBS Bridge
parent 8aa9d32a7a
commit 1215b2b210
2 changed files with 1 additions and 12 deletions

View File

@ -1,12 +0,0 @@
--- a/src/ftbench.c
+++ b/src/ftbench.c
@@ -1242,6 +1242,9 @@
if ( get_face( &face ) )
goto Exit;
+ if ( !face->num_glyphs )
+ goto Exit;
+
if ( first_index >= face->num_glyphs )
first_index = face->num_glyphs - 1;
if ( last_index >= face->num_glyphs )

View File

@ -16,6 +16,7 @@ Wed Mar 8 20:09:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
* In `ftstring`, it is now possible to set the displayed text
interactively by pressing the 'Enter' key.
* `ftmulti` can now handle up to 16 design axes.
- drop CVE-2022-31782.patch (upstream)
-------------------------------------------------------------------
Tue Aug 23 09:29:39 UTC 2022 - Fridrich Strba <fstrba@suse.com>