Linux Foundation Decentralized Trust: Memory Leak in bytes_to_hexstring Function
The function bytestohexstring was found to have a memory leak vulnerability. The function dynamically allocated memory using malloc but did not provide a way for the caller to free the allocated memory. This could lead to an increase in the program's memory consumption over time, potentially...