glibc/sunrpc
Siddhesh Poyarekar 6ee3eab429 Fix -Wmaybe-uninitialized warning in xdr.c
While we're at fixing build warnings, here's one unnecessary warning
that can be fixed fairly easily.  The SIZE variable is never actually
use uninitialized, but the compiler cannot make that out and thinks
(correctly) that there is a potential for accessing SIZE without
initializing it.  Make this safe by initializing SIZE to 0.

Tested on x86_64.
2014-07-09 10:36:50 +05:30
..
rpc
rpcsvc
auth_des.c
auth_none.c
auth_unix.c
authdes_prot.c
authuxprot.c
bindrsvprt.c
clnt_gen.c
clnt_perr.c
clnt_raw.c
clnt_simp.c
clnt_tcp.c
clnt_udp.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
clnt_unix.c
create_xid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
des_crypt.c
des_impl.c
des_soft.c
etc.rpc
get_myaddr.c
getrpcport.c
key_call.c
key_prot.c
Makefile Fix fallout from Joseph's untested Makeconfig change. 2014-02-28 13:00:27 -08:00
netname.c
openchild.c
pm_getmaps.c
pm_getport.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
pmap_clnt.c
pmap_prot2.c
pmap_prot.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
pmap_rmt.c
proto.h
publickey.c
rpc_clntout.c
rpc_cmsg.c
rpc_common.c
rpc_cout.c
rpc_dtable.c
rpc_hout.c
rpc_main.c
rpc_parse.c
rpc_parse.h
rpc_prot.c
rpc_sample.c
rpc_scan.c
rpc_scan.h
rpc_svcout.c
rpc_tblout.c
rpc_thread.c
rpc_util.c
rpc_util.h
rpcgen.c
rpcinfo.c
rtime.c
svc_auth.c
svc_authux.c
svc_raw.c
svc_run.c Make sunrpc code usable again 2012-05-10 20:19:53 +02:00
svc_simple.c
svc_tcp.c
svc_udp.c
svc_unix.c
svc.c
svcauth_des.c
thrsvc.c
tst-getmyaddr.c
tst-xdrmem2.c
tst-xdrmem.c
Versions
xcrypt.c
xdr_array.c
xdr_float.c
xdr_intXX_t.c
xdr_mem.c
xdr_rec.c
xdr_ref.c
xdr_sizeof.c
xdr_stdio.c
xdr.c Fix -Wmaybe-uninitialized warning in xdr.c 2014-07-09 10:36:50 +05:30