> > >    * mux.c (lookup_host): removed arbitrary limit on host name
> > >    size.
> > 
> > Consider using realloc instead of a free followed by a malloc.
> 
> I'm not so sure.  realloc would involve copying the existing data,
> while free & malloc would not.

Yes, that is a valid point.

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

Reply via email to