From 7afd76bba62c692108fc403661e8908c17e73a3f Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 21 Oct 2022 10:36:19 +0300 Subject: HarfBuzz: Update to version 5.3.1 --- thirdparty/harfbuzz/src/OT/Layout/GSUB/Ligature.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thirdparty/harfbuzz/src/OT/Layout/GSUB/Ligature.hh') diff --git a/thirdparty/harfbuzz/src/OT/Layout/GSUB/Ligature.hh b/thirdparty/harfbuzz/src/OT/Layout/GSUB/Ligature.hh index f373d921b5..6caa80e056 100644 --- a/thirdparty/harfbuzz/src/OT/Layout/GSUB/Ligature.hh +++ b/thirdparty/harfbuzz/src/OT/Layout/GSUB/Ligature.hh @@ -118,7 +118,7 @@ struct Ligature match_positions[i] += delta; if (i) *p++ = ','; - sprintf (p, "%u", match_positions[i]); + snprintf (p, sizeof(buf), "%u", match_positions[i]); p += strlen(p); } -- cgit v1.2.3