Commit d65be7a
committed
wolfcrypt/src/asn.c and wolfssl/wolfcrypt/asn.h: in SetDNSEntry(), defer XFREE(dnsEntry, ...) until end (fixes double free); add PBE_NONE to enum PBESTypes; in EncryptContent(), initialize id to PBE_NONE to fix a -Wmaybe-uninitialized (CheckAlgo() can leave it unchanged even when returning success).
1 parent 9aa0742 commit d65be7a
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9177 | 9177 | | |
9178 | 9178 | | |
9179 | 9179 | | |
9180 | | - | |
| 9180 | + | |
9181 | 9181 | | |
9182 | 9182 | | |
9183 | 9183 | | |
| |||
13550 | 13550 | | |
13551 | 13551 | | |
13552 | 13552 | | |
13553 | | - | |
13554 | 13553 | | |
13555 | 13554 | | |
13556 | 13555 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2760 | 2760 | | |
2761 | 2761 | | |
2762 | 2762 | | |
2763 | | - | |
| 2763 | + | |
| 2764 | + | |
| 2765 | + | |
2764 | 2766 | | |
2765 | 2767 | | |
2766 | 2768 | | |
| |||
0 commit comments