Module Name: src Committed By: rin Date: Fri Aug 2 04:18:15 UTC 2019
Modified Files: src/sys/dev/rasops: rasops.c Log Message: Oops, for rasops_copycols(), we cannot use memmove even if src == dst. On the other hand, memmove is safe for rasops_copyrows(). To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/dev/rasops/rasops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.