diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2018-01-10 09:53:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-14 09:11:27 +0000 |
commit | 1d78875de924d794130c86b27ed516a1df40a59d (patch) | |
tree | d067926b2d3323365efb1514ecd686cabd6b9c53 /LICENSE | |
parent | b09202848d713af4eef179a443745b413542eaf0 (diff) | |
download | openembedded-core-1d78875de924d794130c86b27ed516a1df40a59d.tar.gz openembedded-core-1d78875de924d794130c86b27ed516a1df40a59d.tar.bz2 openembedded-core-1d78875de924d794130c86b27ed516a1df40a59d.zip |
rpcbind: Stop freeing a static pointer
commit 7ea36ee introduced a svc_freeargs() call
that ended up freeing static pointer.
It turns out the allocations for the rmt_args
is not necessary . The xdr routines (xdr_bytes) will
handle the memory management and the largest
possible message size is UDPMSGSIZE (due to UDP only)
which is smaller than RPC_BUF_MAX
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions