Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37748455
en ru br
ALT Linux repos
S:1.60-alt19
5.0: 1.60-alt15
4.1: 1.60-alt13
4.0: 1.60-alt13
3.0: 1.60-alt12

Group :: System/Configuration/Networking
RPM: net-tools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: net-tools-1.60-rh-statistics-bound.patch
Download


diff -up net-tools-1.60/statistics.c.old net-tools-1.60/statistics.c
--- net-tools-1.60/statistics.c.old	2008-03-04 10:44:41.000000000 +0100
+++ net-tools-1.60/statistics.c	2008-03-04 10:44:11.000000000 +0100
@@ -352,7 +352,7 @@ struct tabtab *newtable(struct tabtab *t
 
 void process_fd(FILE *f,int file_desc)   // added file_desc to show propriate error mesg
 {
-    char buf1[1024], buf2[1024];
+    char buf1[2048], buf2[2048];
     char *sp, *np, *p;
     while (fgets(buf1, sizeof buf1, f)) {
 	int endflag;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin