Larry Jones wrote:

> Alexey Mahotkin writes:
> >
> > +    snprintf (buf, BUFSIZE, "cvs@%s", hostinfo->h_name);
>
> snprintf() isn't portable.

I switched this to simply check the length of hostinfo->h_name and error
out if necessary rather than using snprintf.  Checked in.  Thanks.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:[EMAIL PROTECTED]         CollabNet ( http://collab.net )
--
In matters of style, swim with the current; In matters of principal, stand like
a rock.
                        - Thomas Jefferson




_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to