external/afdko/extern_mergefonts.patch |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

New commits:
commit b5043bddb8e720724ad0874dbade6e89eb3b751b
Author:     Caolán McNamara <[email protected]>
AuthorDate: Fri Oct 24 09:46:10 2025 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Oct 24 12:34:34 2025 +0200

    fix afdko oss-fuzz link
    
    Change-Id: I57efec0bdff09e52d18d2dc2bd420a68041c5289
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192935
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/external/afdko/extern_mergefonts.patch 
b/external/afdko/extern_mergefonts.patch
index 5d95c3fab407..bca249fd94a1 100644
--- a/external/afdko/extern_mergefonts.patch
+++ b/external/afdko/extern_mergefonts.patch
@@ -69,7 +69,15 @@
      long i;
  
      memFree(h, h->script.buf);
-@@ -2770,25 +2796,11 @@
+@@ -2749,6 +2775,7 @@
+     free(h);
+ }
+ 
++#if 0
+ /* Main program. */
+ int CTL_CDECL main(int argc, char *argv[]) {
+     txCtx h;
+@@ -2770,25 +2797,11 @@
      --argc;
      ++argv;
  
@@ -96,7 +104,7 @@
  
      if (argc > 1 && getOptionIndex(argv[argc - 2]) == opt_s) {
          /* Option list ends with script option */
-@@ -2810,7 +2822,7 @@
+@@ -2810,7 +2823,8 @@
          fprintf(stderr, "mem_manage() called %ld times in this run.
",
                  h->failmem.iCall);
      }
@@ -105,3 +113,4 @@
  
      return 0;
  }
++#endif

Reply via email to