CWE-457 – Use of Uninitialized Variable
Description The code uses a variable that has not been initialized, leading to unpredictable or unintended results. In some languages such as C and C++,...
Description The code uses a variable that has not been initialized, leading to unpredictable or unintended results. In some languages such as C and C++,...