This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit efb68f0c56faab0a34cd40b8b5340ed090950373
Author: Arrigo Marchiori <ard...@yahoo.it>
AuthorDate: Fri Nov 1 08:47:42 2024 +0100

    Pick file icu-format-security.patch from 851abcd
---
 main/icu/icu-format-security.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/main/icu/icu-format-security.patch 
b/main/icu/icu-format-security.patch
new file mode 100644
index 0000000000..938e5d1518
--- /dev/null
+++ b/main/icu/icu-format-security.patch
@@ -0,0 +1,12 @@
+diff -ur misc/icu/source/tools/ctestfw/uperf.cpp 
misc/build/icu/source/tools/ctestfw/uperf.cpp
+--- misc/icu/source/tools/ctestfw/uperf.cpp    2009-01-14 23:46:00.000000000 
-0800
++++ misc/build/icu/source/tools/ctestfw/uperf.cpp      2016-08-30 
22:19:11.917367000 -0700
+@@ -486,7 +486,7 @@
+         this->runIndexedTest( index, FALSE, name );
+         if (!name)
+             break;
+-        fprintf(stdout,name);
++        fprintf(stdout,"%s",name);
+         fprintf(stdout,"\n");
+         index++;
+     }while (name && (name[0] != 0));

Reply via email to