Commit 4cffcba
committed
Add missing error check on BN_CTX_new()
If this fails, then the big numbers will be allocated outside of the
context, leading to leaks.
Closes phpGH-21061.1 parent f9519cc commit 4cffcba
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4423 | 4423 | | |
4424 | 4424 | | |
4425 | 4425 | | |
| 4426 | + | |
| 4427 | + | |
| 4428 | + | |
4426 | 4429 | | |
4427 | 4430 | | |
4428 | 4431 | | |
| |||
0 commit comments