Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/netipsec
I already mentioned the patch to Sam. He and I keep in touch about
ocf and fast-ipsec. It doesn't affect FreeBSD 4.x, since FreeBSD
preserves the semantics whereby kernel bcopy() safely handles
overlapping copies.
On NetBSD, bcopy(src, dst, l) gets mapped to memcpy(dst, src, l),
which is a Bad Idea when copying part of one mbuf over itself.
Home |
Main Index |
Thread Index |
Old Index