diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-10 16:10:29 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-04-10 19:23:46 +0000 |
| commit | 6083db9d13eaaceec7d43a66e2baeb6902c3f36e (patch) | |
| tree | 99eddd6c0b02decef108f23f4e303093e9bd12be /executor/executor_fuchsia.h | |
| parent | 1cacc015cc3921bcc1a20c4a5459917d14cf70fd (diff) | |
pkg/csource: enforce the bit size of -1
syscall() is a variadic function, so we need to be careful when passing
const values in there without specifying their type.
For -1, we did not specify it, and on 64 bit architectures the de facto
passed value was 0xFFFFFFFF instead of 0xFFFFFFFFFFFFFFFF. Fix it and
add a test.
Closes #5921.
Diffstat (limited to 'executor/executor_fuchsia.h')
0 files changed, 0 insertions, 0 deletions
