This commit is contained in:
committed by
Git OBS Bridge
parent
909de157bd
commit
6707c9541e
11
iputils-ss021109-traceroute6-ttab.diff
Normal file
11
iputils-ss021109-traceroute6-ttab.diff
Normal file
@@ -0,0 +1,11 @@
|
||||
--- traceroute6.c 2007-03-06 09:02:55.000000000 +0100
|
||||
+++ traceroute6.c 2007-03-06 09:09:48.000000000 +0100
|
||||
@@ -717,7 +717,7 @@
|
||||
|
||||
if (t >= 128 && t <= 132)
|
||||
{
|
||||
- return (ttab2[t]);
|
||||
+ return (ttab2[t-128]);
|
||||
}
|
||||
|
||||
return("OUT-OF-RANGE");
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 09:14:02 CET 2007 - ms@suse.de
|
||||
|
||||
- fixed overbound ttab2 array access (#251195)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 15:24:00 CET 2006 - ms@suse.de
|
||||
|
||||
|
10
iputils.spec
10
iputils.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package iputils (Version ss021109)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -13,7 +13,7 @@
|
||||
Name: iputils
|
||||
Summary: IPv4and IPv6 Networking Utilities
|
||||
Version: ss021109
|
||||
Release: 190
|
||||
Release: 198
|
||||
License: BSD License and BSD-like, GNU General Public License (GPL)
|
||||
Group: Productivity/Networking/Other
|
||||
Provides: nkitb
|
||||
@@ -36,6 +36,7 @@ Patch12: %name-ifenslave.patch
|
||||
Patch13: %name-HZ.patch
|
||||
Patch14: %name-%version-ping6_getaddrinfo.patch
|
||||
Patch15: %name-%version-ping_common.dif
|
||||
Patch16: %name-ss021109-traceroute6-ttab.diff
|
||||
Prefix: %_prefix
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -67,6 +68,7 @@ Authors:
|
||||
%patch13
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16
|
||||
mkdir linux
|
||||
touch linux/autoconf.h
|
||||
|
||||
@@ -112,7 +114,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/sbin/in.rdisc
|
||||
%attr(644,root,root) %_mandir/man8/*
|
||||
|
||||
%changelog -n iputils
|
||||
%changelog
|
||||
* Tue Mar 06 2007 - ms@suse.de
|
||||
- fixed overbound ttab2 array access (#251195)
|
||||
* Wed Dec 06 2006 - ms@suse.de
|
||||
- ping_common.c: added check for oversized packages (-s) (#222010)
|
||||
* Thu Nov 23 2006 - olh@suse.de
|
||||
|
Reference in New Issue
Block a user