Key Information Summary Vulnerability Type: Buffer Overflow Fix Description: Avoid buffer overflow issues when processing file paths without extensions and with lengths exceeding approximately 195 bytes. Fix Commit: 113:a5d3b025a8b1 Related File: Modification Details: - Line Range: (indicates the range of original to modified lines) - Critical Fix: - Key Points: - Replaced fixed-size array with dynamically allocated memory of size , preventing potential buffer overflow. - Added memory allocation error checking to enhance program stability. - Replaced with for safer string operations.