On Sun, Dec 05, 2010 at 03:09:27PM +0100, John Tytgat wrote:
> > + if (host[strlen(host)] != ']') {
>
> Isn't host[strlen(host)] always NUL (assuming host points to a NUL
> terminated string) ?Good catch. B.
On Sun, Dec 05, 2010 at 03:09:27PM +0100, John Tytgat wrote:
> > + if (host[strlen(host)] != ']') {
>
> Isn't host[strlen(host)] always NUL (assuming host points to a NUL
> terminated string) ?Good catch. B.