Re: [Qemu-devel] [PATCH v3 8/9] net: split hostname and service by last colon

2012-03-13 Thread Michael Roth
On Wed, Mar 07, 2012 at 06:48:48AM +0800, Amos Kong wrote: > IPv6 address contains colons, parse will be wrong. > > [2312::8274]:5200 > > Signed-off-by: Amos Kong > --- > net.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/net.c b/net.c > index 2518e5f..d6c

[Qemu-devel] [PATCH v3 8/9] net: split hostname and service by last colon

2012-03-06 Thread Amos Kong
IPv6 address contains colons, parse will be wrong. [2312::8274]:5200 Signed-off-by: Amos Kong --- net.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net.c b/net.c index 2518e5f..d6ce1fa 100644 --- a/net.c +++ b/net.c @@ -84,7 +84,7 @@ static int get_str_sep(char