Control: tags -1 + patch

I've validated that the patch below fixes this error.
Of course, there's still a lot of plausible warnings, but.

pt1.c: In function ‘fconcisecontour’:
pt1.c:6049:29: warning: ‘fcrossraysge’ accessing 32 bytes in a region of size 
16 [-Wstringop-overflow=]
 6049 |                         if( fcrossraysge(&tpge, &tnge, NULL, NULL, 
&apcv[1]) ) {
      |                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pt1.c:6049:29: note: referencing argument 5 of type ‘double[2][2]’
--- ttf2ufm-3.4.4~r2+gbp.orig/t1asm.c
+++ ttf2ufm-3.4.4~r2+gbp/t1asm.c
@@ -50,6 +50,7 @@ static char portnotice[] =
 #endif
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
 #include <string.h>
 #include <ctype.h>
 #include <limits.h>

Attachment: signature.asc
Description: PGP signature

Reply via email to