关键信息 漏洞标题 Missing Release of Memory after Effective Lifetime in Unix.c 漏洞描述 Summary: A memory leak exists in the function within . Details: The memory leak occurs at line 2177 of the function. The function allocates 512 bytes but there is no corresponding deallocation for these bytes. 影响 Impact: A memory leak occurs when a program allocates memory (typically dynamically) but fails to release it when it is no longer needed. As a result, the program consumes increasingly more memory over time without giving it back to the operating system. 代码片段 报告状态 Status: Opened on Jan 14 + edited Severity: Low Confidentiality: Public 相关人员 Reporter: @spy Collaborators: Development team, Security team 讨论 Comments: Several comments discussing the impact and severity of the issue.