mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
rpcbind: clean up patches using quilt
The second one was manually modified as quilt gets confused by the *** and ends up removing the commit description. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -6,8 +6,6 @@ Origin: Guido Vranken
|
||||
Description: Fixes CVE-2017-8779 (DOS by remote attackers - memory consumption
|
||||
without subsequent free).
|
||||
|
||||
diff --git a/src/rpcb_svc_com.c b/src/rpcb_svc_com.c
|
||||
index 5862c26..e11f61b 100644
|
||||
--- a/src/rpcb_svc_com.c
|
||||
+++ b/src/rpcb_svc_com.c
|
||||
@@ -48,6 +48,7 @@
|
||||
@@ -18,7 +16,7 @@ index 5862c26..e11f61b 100644
|
||||
#include <netconfig.h>
|
||||
#include <errno.h>
|
||||
#include <syslog.h>
|
||||
@@ -432,7 +433,7 @@ rpcbproc_taddr2uaddr_com(void *arg, struct svc_req *rqstp /*__unused*/,
|
||||
@@ -432,7 +433,7 @@ rpcbproc_taddr2uaddr_com(void *arg, stru
|
||||
static bool_t
|
||||
xdr_encap_parms(XDR *xdrs, struct encap_parms *epp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user