Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/opencrypto



DEGROOTE Arnaud <degroote%netbsd.org@localhost> writes:
> Fix a stupid bogus bcopy -> memcpy conversion.
> I will write it 1000 times : when I convert bcopy to memcpy, don't forget to
> swap first and secund args.

I did a few thousand of these at one point. I used a script -- it
reduced the possibility of human error tremendously. I highly
recommend always doing it that way.

Perry



Home | Main Index | Thread Index | Old Index