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:57 +0000 |
commit | fcd828a22844649c69e061f8b2a956bf09441c33 (patch) | |
tree | ad38a19fd2c2ae47283e4d9a2266ad157e9b2223 /meta/recipes-extended/which | |
parent | f015edf9feb43ea5aab9aeba0c01062d0245f1f5 (diff) | |
download | poky-fcd828a22844649c69e061f8b2a956bf09441c33.tar.gz |
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
(From OE-Core rev: 1d78875de924d794130c86b27ed516a1df40a59d)
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/which')
0 files changed, 0 insertions, 0 deletions