Module Name: src Committed By: martin Date: Thu Jan 19 10:37:03 UTC 2023
Modified Files: src/common/lib/libc/arch/arm/string [netbsd-9]: strlen_arm.S Log Message: Pull up following revision(s) (requested by skrll in ticket #1567): common/lib/libc/arch/arm/string/strlen_arm.S: revision 1.11 Fix strnlen with a large maxlen argument by using unsigned comparison conditions - from mlelstv. I had a similar, but not quite as good patch. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.26.1 \ src/common/lib/libc/arch/arm/string/strlen_arm.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.