mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
066c492a77
transport specific form of a universal transport address. The structure is expected to be opaque to consumers. In the current implementation, the structure contains a pointer to a buffer that holds the actual address. In rpcbind(8), netbuf structures are copied directly, which would result in two netbuf structures that reference to one shared address buffer. When one of the two netbuf structures is freed, access to the other netbuf structure would result in an undefined result that may crash the rpcbind(8) daemon. Fix this by making a copy of the buffer that is going to be freed instead of doing a shallow copy. Security: FreeBSD-SA-15:24.rpcbind Security: CVE-2015-7236 |
||
---|---|---|
.. | ||
check_bound.c | ||
Makefile | ||
Makefile.depend | ||
pmap_svc.c | ||
rpcb_stat.c | ||
rpcb_svc_4.c | ||
rpcb_svc_com.c | ||
rpcb_svc.c | ||
rpcbind.8 | ||
rpcbind.c | ||
rpcbind.h | ||
security.c | ||
util.c | ||
warmstart.c |