htop/linux
Christian Göttsche 00665e2a2b Avoid unsigned integer overflow
unsigned overflow is well defined, but creates noise when using
sanitizers. unsigned overflow can be a symptom of logic issues of
counter, so its reasonable to use.

linux/LinuxProcessList.c:64:50: runtime error: unsigned integer overflow: 0 - 1 cannot be represented in type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior linux/LinuxProcessList.c:64:50 in
linux/LinuxProcessList.c:64:11: runtime error: implicit conversion from type 'unsigned int' of value 4294967295 (32-bit, unsigned) to type 'int' changed the value to -1 (32-bit, signed)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior linux/LinuxProcessList.c:64:11 in
linux/LinuxProcessList.c:64:78: runtime error: unsigned integer overflow: 4 - 136 cannot be represented in type 'unsigned int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior linux/LinuxProcessList.c:64:78 in
2020-09-17 21:53:31 +02:00
..
Battery.c Increae the size of sysfs power supply path buffers 2020-08-28 16:57:21 +10:00
Battery.h Further, minor cleanups to headers post-MakeHeaders 2020-09-08 17:33:50 +10:00
IOPriority.h Further, minor cleanups to headers post-MakeHeaders 2020-09-08 17:33:50 +10:00
IOPriorityPanel.c Axe automated header generation. 2020-09-03 11:58:58 -05:00
IOPriorityPanel.h Remove superfluous 'extern's from function declarations. 2020-09-03 11:59:26 -05:00
LinuxCRT.c Updates to project URLs in docs and embedded in source code 2020-08-22 15:47:11 +10:00
LinuxCRT.h Further, minor cleanups to headers post-MakeHeaders 2020-09-08 17:33:50 +10:00
LinuxProcess.c Add Linux process column for context switches 2020-09-17 21:53:15 +02:00
LinuxProcess.h Add Linux process column for context switches 2020-09-17 21:53:15 +02:00
LinuxProcessList.c Avoid unsigned integer overflow 2020-09-17 21:53:31 +02:00
LinuxProcessList.h Switch variable/field naming from WhiteList to MatchList 2020-09-09 19:38:15 +10:00
Platform.c Use PROCDIR throughout instead of /proc on Linux 2020-09-17 21:44:27 +02:00
Platform.h Consolidate repeated macro definitions into one header 2020-09-09 16:56:04 +10:00
PressureStallMeter.c Merge branch 'hishamhm-pull-890' 2020-08-20 14:00:13 +10:00
PressureStallMeter.h Merge branch 'hishamhm-pull-890' 2020-08-20 14:00:13 +10:00