This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] AArch64 fix strnlen implementation.


Hi, I've just committed the attached patch to correct a bug in the
aarch64 strnlen implementation when the 'N' argument is within 15 of
maximum representable unsigned 64 bit value.

/Marcus

        * libc/machine/aarch64/strnlen.S: Correct arithmetic for
        argument N values close to the maximum representable
        value in an unsigned 64 bit value.

Attachment: 0001-local-Fix-strnlen.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]