NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60744 CVS commit: src
The following reply was made to PR lib/60744; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60744 CVS commit: src
Date: Sun, 20 Sep 2026 17:39:43 +0000
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