Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Sun Sep 20 17:39:43 UTC 2026

Modified Files:
        src/common/lib/libc/arch/x86_64/string: memchr.S
        src/tests/lib/libc/string: t_memchr.c

Log Message:
amd64 memchr(3): Fix case when ptr + len wraps around address space.

While here, give meaningful names to the various internal labels.

PR lib/60744: memchr(3) is busticated


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/arch/x86_64/string/memchr.S
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/string/t_memchr.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