Re: [PATCH] fixes of tcp_hostcache.c

2003-12-02 Thread Bruce M Simpson
On Tue, Dec 02, 2003 at 11:56:30AM +0900, Taku YAMAMOTO wrote: > The fix is attached as a patch against tcp_hostcache.c as of revision 1.2. Looks good to me. I haven't been able to test this thoroughly, netperf/netserver don't seem to want to listen on a TCP6 port for the TCPIPV6_STREAM test. Our

Re: [PATCH] fixes of tcp_hostcache.c

2003-12-02 Thread Andre Oppermann
> Greetings, > > I found two calls of bcopy() in tcp_hostcache.c got the source and the > destination pointer wrongly. > # Perhaps the author got confused with memcpy(), I guess. Indeed. Originally these were memcpy calls and I've been asked to change them to bcopy calls. Which I did. It didn'

[PATCH] fixes of tcp_hostcache.c

2003-12-01 Thread Taku YAMAMOTO
Greetings, I found two calls of bcopy() in tcp_hostcache.c got the source and the destination pointer wrongly. # Perhaps the author got confused with memcpy(), I guess. The fix is attached as a patch against tcp_hostcache.c as of revision 1.2. Please review and incorporate the patch to the tree