mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-19 06:37:04 +01:00
Dynamically, these will only ever be used after they’ve been initialised due to correct checking of `use_udp` throughout the test. However, that’s a global variable and the static analyser is assuming it might change value. So help it out by NULL-initialising the variables so they can never be used uninitialised. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
11 KiB
11 KiB