Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for spprintf failure in key generation
Add a check for negative length returned by spprintf to ensure key generation doesn't proceed with invalid data. This prevents potential issues or crashes that could occur if the function fails and returns an error.
- Loading branch information