cpulimit icon indicating copy to clipboard operation
cpulimit copied to clipboard

Using uninitialized variable

Open wmaciel opened this issue 10 years ago • 1 comments

cppcheck output:

[src/process_iterator_linux.c:41]: (error) Uninitialized variable: uptime

Since the variable uptime is not initialized in line 26, there is a way to reach line 41 and use it's value without ever initializing it.

wmaciel avatar Apr 06 '14 01:04 wmaciel

This appears to have been fixed; would someone who has the right permissions mind closing this issue?

LanceB98 avatar May 11 '17 23:05 LanceB98