Source-Changes archive

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

CVS commit: basesrc/lib/libc



Module Name:    basesrc
Committed By:   kent
Date:           Thu Jul  4 15:48:41 UTC 2002

Modified Files:
        basesrc/lib/libc/arch/i386/string: bcopy.S
        basesrc/lib/libc/string: bcopy.c

Log Message:
memcpy/memmove/bcopy: Add diagnostic code to check pointer wraparound.
The code is enabled only when _DIAGNOSTIC is defined.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/arch/i386/string/bcopy.S
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/string/bcopy.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