Denial Of Service (DoS)
indent is vulnerable to Denial of Service DoS attacks. The vulnerability exists in the searchbrace function in the indent.c file. The function is responsible for searching for braces in a C code file. The vulnerability occurs when the function fails to properly check the size of the buffer that i...