1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-31 22:10:34 +03:00
Files
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
..
2021-07-09 20:09:14 +02:00
2025-05-16 19:53:09 +02:00
2025-10-21 09:27:05 -03:00
2021-07-09 20:09:14 +02:00
2021-02-08 13:55:03 +01:00