Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uncaught error if fix_negative fails
fix_negative allocates memory for its result. The calling site didn't check the return value, so an out-of-memory error could lead to an incorrect calculation. Fix this. Signed-off-by: Gilles Peskine <[email protected]>
- Loading branch information