mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-12 19:38:28 +01:00
`socklen_t` is defined as an `int`, but we’re putting a `size_t` sized value into it. Socket paths are guaranteed to fit in a `socklen_t`, so it’s OK to cast down. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3527
6.5 KiB
6.5 KiB