glibc/sunrpc
Adhemerval Zanella 87e850fb26 sunrpc: Fix clang build
clang-21 issues:

rtime.c:96:36: error: variable 'thetime' is uninitialized when passed as a const pointer argument here
      [-Werror,-Wuninitialized-const-pointer]
   96 |       res = __sendto (s, (char *) &thetime, sizeof (thetime), 0,
      |                                    ^~~~~~~

For SOCK_DGRAM the sendto sends an uninitialized value.

Reviewed-by: Collin Funk <collin.funk1@gmail.com>
2025-10-21 09:27:05 -03:00
..
rpc Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
Versions
auth_des.c
auth_none.c
auth_unix.c
authdes_prot.c
authuxprot.c
clnt_gen.c
clnt_perr.c
clnt_raw.c
clnt_simp.c
clnt_tcp.c
clnt_udp.c Suppress -Wmaybe-uninitialized only for gcc 2025-10-21 09:24:05 -03:00
clnt_unix.c
create_xid.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
des_crypt.c
des_impl.c
des_soft.c
get_myaddr.c
getrpcport.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
key_call.c sunrpc: Remove extra parenthesis on comparison 2025-10-20 11:33:54 -03:00
key_prot.c
netname.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
openchild.c
pm_getmaps.c
pm_getport.c
pmap_clnt.c
pmap_prot.c
pmap_prot2.c
pmap_rmt.c
publickey.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rpc_cmsg.c
rpc_common.c
rpc_dtable.c
rpc_gethostbyname.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rpc_prot.c
rpc_thread.c Remove <libc-tsd.h> 2025-05-16 19:53:09 +02:00
rtime.c sunrpc: Fix clang build 2025-10-21 09:27:05 -03:00
svc.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
svc_auth.c
svc_authux.c
svc_raw.c
svc_run.c
svc_simple.c
svc_tcp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
svc_udp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
svc_unix.c sunrpc: Suppress clang -Wgnu-variable-sized-type-not-at-end warning on struct cmessage 2025-10-21 09:24:10 -03:00
svcauth_des.c
thrsvc.c
tst-bug22542.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-bug28768.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-getmyaddr.c
tst-svc_register.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-udp-error.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-udp-garbage.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-udp-nonblocking.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-udp-timeout.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-xdrmem.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-xdrmem2.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
xcrypt.c
xdr.c
xdr_array.c
xdr_float.c
xdr_intXX_t.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
xdr_mem.c
xdr_rec.c
xdr_ref.c
xdr_sizeof.c
xdr_stdio.c