Source-Changes archive

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

CVS commit: src/sys/arch/shark/shark



Module Name:    src
Committed By:   jmmv
Date:           Sun Jul 29 18:01:11 UTC 2007

Modified Files:
        src/sys/arch/shark/shark: pccons.c

Log Message:
Replace usages of bcopy:
- Use memmove to copy memory blocks that are likely to overlap.  Fixes
  some rendering problems in programs that use, for example, the "insert
  rows" feature.  This was reproducible with sysinst as explained here:
  http://mail-index.netbsd.org/tech-install/2007/07/29/0000.html
- Use memcpy in situations where the blocks cannot overlap.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/arch/shark/shark/pccons.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index