Files
intel-linux-sgx/sdk
Bartosz Gotowalski 65121bdd60 Addresses resource leak and uninitialized variable issues identified by Coverity static analysis
Initialize all Bigint pointer variables to NULL to prevent use of uninitialized values
Replace direct `return (STRTOG_NoMemory)` statements with `goto cleanup_and_return_nomem` to ensure proper resource cleanup
Add cleanup label with Bfree calls to release all allocated Bigint resources before returning

---------

Signed-off-by: Bartosz Gotowalski <bartosz.gotowalski@intel.com>
2025-10-16 14:53:02 +02:00
..
2021-05-18 10:52:48 +08:00
2023-08-22 10:10:14 +08:00
2025-05-30 14:54:34 +02:00
2021-05-18 10:52:48 +08:00
2024-09-26 15:34:56 +08:00
2024-01-17 16:33:35 +08:00
2024-09-26 15:34:56 +08:00