Follow-up Comment #2, bug #55257 (project groff):

  The patch that I have been using:

--- /tmp/xtotroff.c     2020-12-01 00:05:44.000000000 +0000
+++ xtotroff.c  2020-12-01 00:06:08.000000000 +0000
@@ -127,7 +127,7 @@ static int MapFont(char *font_name, cons
   XFontName parsed;
   int j, k;
   DviCharNameMap *char_map;
-  char encoding[256];
+  char encoding[2*256+1+1]; /* Format '%s-%s', each %s is 256 bytes */
   char *s;
   int wid;
   char name_string[2048];



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55257>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to