CWE-484 – Omitted Break Statement in Switch
Description The program omits a break statement within a switch or similar construct, causing code associated with multiple conditions to execute. This can cause problems...
Description The program omits a break statement within a switch or similar construct, causing code associated with multiple conditions to execute. This can cause problems...