Mercurial > ecos
diff packages/net/bsd_tcpip/current/ChangeLog @ 252:8ec2d05eea5d
Fix problem with ovbcopy - from Red Hat.
| author | gthomas |
|---|---|
| date | Fri, 26 Jul 2002 15:04:01 +0000 |
| parents | d397603b9e4b |
| children | c93a1887a50f |
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog +++ b/packages/net/bsd_tcpip/current/ChangeLog @@ -1,3 +1,10 @@ +2002-07-26 Gary Thomas <gary@chez-thomas.org> +2002-07-26 Ken Cox <jkc@redhat.com> + + * src/ecos/support.c (ovbcopy): ovbcopy() must handle the case + where the src and dst regions are overlayed. memcpy() does not + handle this case, but memmove() does. + 2002-07-10 Gary Thomas <gary@chez-thomas.org> * src/sys/netinet/udp_usrreq.c:
