This patch fixes a bug in RISC-V's memcpy implementation where an integer wraparound occurs when src + size < 8 * sizeof(long), causing the word-sized copy loop to be incorrectly entered. Signed-off-by: Chih-Mao Chen <cmchen@andestech.com> |
||
|---|---|---|
| .. | ||
| sys | ||
| Makefile.am | ||
| Makefile.in | ||
| aclocal.m4 | ||
| configure | ||
| configure.in | ||
| ffs.c | ||
| ieeefp.c | ||
| memcpy-asm.S | ||
| memcpy.c | ||
| memmove-stub.c | ||
| memmove.S | ||
| memset.S | ||
| setjmp.S | ||
| strcmp.S | ||
| strcpy.c | ||
| strlen.c | ||