Source-Changes archive

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

CVS commit: [netbsd-10] src/common/lib/libc/arch/arm/string



Module Name:    src
Committed By:   martin
Date:           Thu Jan 19 10:35:40 UTC 2023

Modified Files:
        src/common/lib/libc/arch/arm/string [netbsd-10]: strlen_arm.S

Log Message:
Pull up following revision(s) (requested by skrll in ticket #51):

        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.10 -r1.10.2.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.




Home | Main Index | Thread Index | Old Index