From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- external/graphite/ubsan.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 external/graphite/ubsan.patch (limited to 'external/graphite/ubsan.patch') diff --git a/external/graphite/ubsan.patch b/external/graphite/ubsan.patch new file mode 100644 index 000000000..fd7a08f82 --- /dev/null +++ b/external/graphite/ubsan.patch @@ -0,0 +1,11 @@ +--- src/gr_face.cpp ++++ src/gr_face.cpp +@@ -95,7 +95,7 @@ + + Face *res = new Face(appFaceHandle, *ops); + if (res && load_face(*res, faceOptions)) +- return static_cast(res); ++ return reinterpret_cast(res); + + delete res; + return 0; -- cgit v1.2.3