*sigh* forgot to keep the error... Here's the correct patch, tested
this time. Sorry for the noise.
patch-2
Description: Binary data
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Befo
Wayne Davison (way...@samba.org) wrote on 12 July 2011 16:51:
>On Tue, Jul 12, 2011 at 3:12 PM, Carlos Carvalho
>wrote:
>
>The new feature is indeed very useful but something else is needed: print
>the IP of the server even when the connection is successful, and also
> print
>
On Tue, Jul 12, 2011 at 3:12 PM, Carlos Carvalho wrote:
> The new feature is indeed very useful but something else is needed: print
> the IP of the server even when the connection is successful, and also print
> any IPs that were tried but didn't work.
Looks nice to me. I tweaked it a bit and c
This is to ask for a slight enhancement in the new multi-protocol IP
printing. I'm keeping the bug thread because in our machines it
revealed another problem with the code that's already there.
The new feature is indeed very useful but something else is needed:
print the IP of the server even when
>
> res0 is freed but keeps its value so there's access to freed memory
> in res->ai* in the call of inet_ntop if s < 0.
>
Thanks. I've commited the fix.
..wayne..
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.
Since 3.0.8 (the same in 3.1) we have this around line 300 in socket.c:
break;
}
freeaddrinfo(res0);
if (s < 0) {
char buf[2048];
for (res = res0, j = 0; res; res = res->ai_next, j++) {
if (errnos[j] == 0)
continue;
if (i