diff options
Diffstat (limited to 'www/iridium/files/patch-net_base_sockaddr__util__posix.cc')
| -rw-r--r-- | www/iridium/files/patch-net_base_sockaddr__util__posix.cc | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/www/iridium/files/patch-net_base_sockaddr__util__posix.cc b/www/iridium/files/patch-net_base_sockaddr__util__posix.cc index 708426ba2667..741638b3d127 100644 --- a/www/iridium/files/patch-net_base_sockaddr__util__posix.cc +++ b/www/iridium/files/patch-net_base_sockaddr__util__posix.cc @@ -1,6 +1,6 @@ ---- net/base/sockaddr_util_posix.cc.orig	2025-05-07 06:48:23 UTC +--- net/base/sockaddr_util_posix.cc.orig	2025-10-28 14:29:43 UTC  +++ net/base/sockaddr_util_posix.cc -@@ -45,7 +45,8 @@ bool FillUnixAddress(const std::string& socket_path, +@@ -51,7 +51,8 @@ bool FillUnixAddress(std::string_view socket_path,       return true;     } @@ -8,5 +8,5 @@  +#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)  +  // XXX ?     // Convert the path given into abstract socket name. It must start with -   // the '\0' character, so we are adding it. |addr_len| must specify the -   // length of the structure exactly, as potentially the socket name may +   // the '\0' character, skip over it, as it should already be zero. `addr_len` +   // must specify the length of the structure exactly, as potentially the socket | 
