Loading getaddrinfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ int shouldBlockRequest(const char* hostname, int uid){ } LOG(DEBUG) << "Socket: created"; char const* name = "foundation.e.privacy"; char const* name = "foundation.e.advancedprivacy"; int nameLen = strlen(name); server.sun_path[0] = '\0'; /* abstract namespace */ strncpy(server.sun_path + 1, name, nameLen); Loading Loading
getaddrinfo.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -335,7 +335,7 @@ int shouldBlockRequest(const char* hostname, int uid){ } LOG(DEBUG) << "Socket: created"; char const* name = "foundation.e.privacy"; char const* name = "foundation.e.advancedprivacy"; int nameLen = strlen(name); server.sun_path[0] = '\0'; /* abstract namespace */ strncpy(server.sun_path + 1, name, nameLen); Loading