Displaying 1 result from an estimated 1 matches for "g4c46232300".
2024 Feb 27
1
[PATCH] Fix the inet_pton implementation
...9;:')
@@ -54,7 +54,7 @@ int inet_pton(int af, const char *src, void *dst)
memset(d, 0, sizeof(struct in6_addr));
i = 0;
- for (p = dst; *p; p++) {
+ for (p = src; *p; p++) {
if (*p == ':') {
if (p[1] == ':') {
i += (8 - colons);
--
2.44.0.rc1.240.g4c46232300-goog