diff options
author | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-12 05:35:19 +0200 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2025-10-12 16:15:47 -0400 |
commit | 1b76ff0767d01df72f692806ee5adee13c67ef88 (patch) | |
tree | 0b6a54204c455abc789279a983c11d8a88573b42 /src/string/strncat.c | |
parent | 0ccaf0572e9cccda2cced0f7ee659af4c1c6679a (diff) | |
download | musl-1b76ff0767d01df72f692806ee5adee13c67ef88.tar.gz |
This fixes an error in 6af4f25b899e89e4b91f8c197ae5a6ce04bcce7b: The
r0 register is special in addressing modes on s390x and is interpreted
as constant zero, i.e. lg %r5, 8(%r0) would effectively become lg %r5,
8. So care should be taken to never use r0 as an address register in
s390x assembly.
Diffstat (limited to 'src/string/strncat.c')
0 files changed, 0 insertions, 0 deletions