[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hostmux patch
From: |
Neal H Walfield |
Subject: |
Re: hostmux patch |
Date: |
04 Mar 2002 00:30:30 -0500 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 |
> > > * 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.