diff options
author | Faraz Shahbazker <fshahbazker@wavecomp.com> | 2019-09-24 21:59:46 -0700 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2025-07-04 21:25:52 -0400 |
commit | 571dbf20946732ce40ca4f9aaff69826fc31a108 (patch) | |
tree | 881eb1cd0d5f4267244c453eb1456db9fbea8214 /libgloss/m32c/genscript | |
parent | aea102d78a6cb9e0f86aa3163961efe61ee4e00f (diff) | |
download | newlib-master.zip newlib-master.tar.gz newlib-master.tar.bz2 |
strcmp gives incorrect result for little endian targets under
the following conditions:
1. Length of 1st string is 1 less than a multiple of 4 (i.e len%4=3)
2. First string is a prefix of the second string
3. The first differing character in the second string is extended
ASCII (that is > 127)
Signed-off-by: Jovan Dmitrović <jovan.dmitrovic@htecgroup.com>
Diffstat (limited to 'libgloss/m32c/genscript')
0 files changed, 0 insertions, 0 deletions