aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-04-10 16:10:29 +0200
committerDmitry Vyukov <dvyukov@google.com>2025-04-10 19:23:46 +0000
commit6083db9d13eaaceec7d43a66e2baeb6902c3f36e (patch)
tree99eddd6c0b02decef108f23f4e303093e9bd12be /executor/executor.cc
parent1cacc015cc3921bcc1a20c4a5459917d14cf70fd (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.cc')
0 files changed, 0 insertions, 0 deletions