Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037571
en ru br
ALT Linux repos
S:20221126-alt1
5.0: 20071127-alt4
4.1: 20071127-alt0.M41.1
4.0: 20020927-alt4.2
3.0: 20020927-alt2

Group :: Networking/Other
RPM: iputils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: iputils-20020927-fc-unaligned.patch
Download


--- iputils/arping.c.unaligned	2001-10-06 00:42:47.000000000 +0200
+++ iputils/arping.c	2003-10-02 15:14:42.000000000 +0200
@@ -332,7 +332,7 @@
 			timeout = atoi(optarg);
 			break;
 		case 'I':
-			device = optarg;
+			device = strdup(optarg);
 			break;
 		case 'f':
 			quit_on_reply=1;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin