Commit 66de1d6
committed
Fix wolfSSL_CRYPTO_memcmp
This is used by the OpenSSL compatibility layer. If either parameter was
NULL, it would return as a match. We should return a non-match instead.
OpenSSL itself has no safety checks here.1 parent 3a1aa83 commit 66de1d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15671 | 15671 | | |
15672 | 15672 | | |
15673 | 15673 | | |
15674 | | - | |
| 15674 | + | |
15675 | 15675 | | |
15676 | 15676 | | |
15677 | 15677 | | |
| |||
0 commit comments