Hyperledger: Memory Leak in bytes_to_hexstring Function
Discription

The function bytes_to_hexstring 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 causing performance degradation or system…Read More
References
Back to Main