Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
rpcbind
0033-fix-remote-rpcbind-denial-of-service-vulne...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0033-fix-remote-rpcbind-denial-of-service-vulnerability.patch of Package rpcbind
Index: rpcbind-0.2.1_rc4/src/rpcb_svc_com.c =================================================================== --- rpcbind-0.2.1_rc4.orig/src/rpcb_svc_com.c +++ rpcbind-0.2.1_rc4/src/rpcb_svc_com.c @@ -46,6 +46,7 @@ #include <bits/poll.h> #include <sys/socket.h> #include <rpc/rpc.h> +#include <rpc/rpc_com.h> #include <rpc/rpcb_prot.h> #include <rpc/svc_dg.h> #include <netconfig.h> @@ -430,7 +431,7 @@ rpcbproc_taddr2uaddr_com(void *arg, stru static bool_t xdr_encap_parms(XDR *xdrs, struct encap_parms *epp) { - return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), ~0)); + return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), RPC_MAXDATASIZE)); } /*
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