Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 5f0f5e1a166b8ff04d0def8149fbcc8e > files > 2

texinfo-4.9-1mdv2008.0.src.rpm

--- texinfo-3.12h/util/install-info.c.orig	Thu May 13 11:58:19 1999
+++ texinfo-3.12h/util/install-info.c	Thu May 13 11:59:44 1999
@@ -629,7 +629,7 @@ readfile (filename, sizep, create_callba
         break;
 
       filled += nread;
-      if (filled == data_size)
+      if (data_size - filled < 8192)
         {
           data_size += 65536;
           data = xrealloc (data, data_size);