summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man-1.6f/man-1.5i2-newline.patch
blob: da95d5ad180c6709bddac8d6467a28573aac102b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/man.c	2008-12-21 19:17:31.000000000 +0100
+++ src/man.c.oden	2008-12-21 19:17:38.000000000 +0100
@@ -391,7 +391,7 @@ again:
 	  beg++;
 
      end = beg;
-     while (*end != ' ' && *end != '\t' && *end != '\n' && *end != '\0')
+     while (*end != ' ' && *end != '\t' && *end != '\n' && *end != '\0' && (end-buf)<BUFSIZE)
 	  end++;		/* note that buf is NUL-terminated */
      *end = '\0';