Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
traceroute
fix-segfault-with-mtu-option.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-segfault-with-mtu-option.patch of Package traceroute
--- traceroute-2.0.19.orig/traceroute/traceroute.c 2012-11-19 17:12:04.000000000 +0100 +++ traceroute-2.0.19/traceroute/traceroute.c 2018-05-02 16:15:43.556684287 +0200 @@ -1336,7 +1336,8 @@ ee = (struct sock_extended_err *) ptr; - if (ee->ee_origin != SO_EE_ORIGIN_ICMP) + if ((ee->ee_origin != SO_EE_ORIGIN_ICMP) && + (ee->ee_origin != SO_EE_ORIGIN_LOCAL)) ee = NULL; /* dgram icmp sockets might return extra things... */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor