summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-24 12:01:59 +0200
committercgzones <cgzones@googlemail.com>2020-09-24 18:06:59 +0200
commit52338171220af1ff009ea30114a290c80847b2dd (patch)
tree4cffe412ee16e7cc1231878aca4f78e81030ca10 /Makefile.am
parent7ecea3d485a8e39ede377b4e74e5fee5bbfb4edd (diff)
Avoid unsigned integer overflow
unsigned integer overflows are well-defined, but they might point to a counting issue. Having the code free of unsigned overflows makes it easier to spot potential bugs. Action.c:332:27: runtime error: implicit conversion from type 'int' of value -1 (32-bit, signed) to type 'uid_t' (aka 'unsigned int') changed the value to 4294967295 (32-bit, unsigned) SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior Action.c:332:27 in
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions

© 2014-2024 Faster IT GmbH | imprint | privacy policy