kumquat-buildroot/package/rpcbind
Ed Blake 5a9a95d0eb rpcbind: Backport fixes to memory leak security fix
Commit 954509f added a security fix for CVE-2017-8779, involving
pairing all svc_getargs() calls with svc_freeargs() to avoid a memory
leak.  However it also introduced a couple of issues:

- The call to svc_freeargs() from rpcbproc_callit_com() may result in
  an attempt to free static memory, resulting in undefined behaviour.

- A typo in the svc_freeargs() call from pmapproc_dump() causes NIS
  (aka ypbind) to fail.

Backport upstream fixes for these issues to version 0.2.3.

Signed-off-by: Ed Blake <ed.blake@sondrel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2018-01-18 22:08:39 +01:00
..
0001-Remove-yellow-pages-support.patch
0002-handle_reply-Don-t-use-the-xp_auth-pointer-directly.patch
0003-src-remove-use-of-the-__P-macro.patch
0004-rpcbind-pair-all-svc_getargs-calls-with-svc_freeargs.patch
0005-rpcbproc_callit_com-Stop-freeing-a-static-pointer.patch
0006-pmapproc_dump-Fixed-typo-in-memory-leak-patch.patch
Config.in
rpcbind.hash
rpcbind.mk
rpcbind.service
rpcbind.socket
S30rpcbind