Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:Update
traceroute
traceroute-CVE-2023-46316.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File traceroute-CVE-2023-46316.patch of Package traceroute
--- traceroute-2.1.2/wrappers/tcptraceroute 2016-03-08 02:22:47.000000000 +0100 +++ traceroute-2.1.2/wrappers/tcptraceroute 2023-08-30 00:42:42.000000000 +0200 @@ -26,7 +26,7 @@ } -PARSED=`getopt 'hvdnNi:l:f:Fm:p:q:w:s:t:SAE' "$@"` +PARSED=`getopt -- 'hvdnNi:l:f:Fm:p:q:w:s:t:SAE' "$@"` [ $? != 0 ] && exit 2 eval set -- "$PARSED" --- traceroute-2.1.2/wrappers/tracepath 2013-08-17 20:12:07.000000000 +0200 +++ traceroute-2.1.2/wrappers/tracepath 2023-08-30 00:42:51.000000000 +0200 @@ -25,7 +25,7 @@ } -PARSED=`getopt 'hnbl:' "$@"` +PARSED=`getopt -- 'hnbl:' "$@"` [ $? != 0 ] && exit 2 eval set -- "$PARSED" --- traceroute-2.1.2/wrappers/traceproto 2013-04-21 18:55:06.000000000 +0200 +++ traceroute-2.1.2/wrappers/traceproto 2023-08-30 00:43:01.000000000 +0200 @@ -38,7 +38,7 @@ } -PARSED=`getopt 'cCTfAhvRp:d:D:s:S:m:M:w:W:a:P:F:k:I:H:i:o:t:' "$@"` +PARSED=`getopt -- 'cCTfAhvRp:d:D:s:S:m:M:w:W:a:P:F:k:I:H:i:o:t:' "$@"` [ $? != 0 ] && exit 2 eval set -- "$PARSED" --- traceroute-2.1.2/wrappers/traceroute-nanog 2013-09-09 18:33:02.000000000 +0200 +++ traceroute-2.1.2/wrappers/traceroute-nanog 2023-08-30 00:43:08.000000000 +0200 @@ -31,7 +31,7 @@ } -PARSED=`getopt 'adnruvAMOPQU$w:S:m:p:q:g:t:s:I:f:T:' "$@"` +PARSED=`getopt -- 'adnruvAMOPQU$w:S:m:p:q:g:t:s:I:f:T:' "$@"` [ $? != 0 ] && { usage exit 2
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