search for: ga3a616c

Displaying 1 result from an estimated 1 matches for "ga3a616c".

Did you mean: ga32616
2015 Apr 01
0
[PATCH] fix inet_pton for AF_INET6
...39;:') @@ -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.2.0.rc0.207.ga3a616c