Commit 36d01cd
committed
Fix memory leak in wc_GeneratePreTBS()
In the wc_GeneratePreTBS() method (used for WOLFSSL_DUAL_ALG_CERTS
support), there was a workaround for alt names in certificates, as the
CopyDecodedToX509() method wasn't properly copying them. As a proper
copy mechanism is implemented now, we have to remove the workaround as
it now causes a memory leak of the copied values.
Signed-off-by: Tobias Frauenschläger
<tobias.frauenschlaeger@oth-regensburg.de>1 parent 7da6149 commit 36d01cd
1 file changed
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7521 | 7521 | | |
7522 | 7522 | | |
7523 | 7523 | | |
7524 | | - | |
7525 | 7524 | | |
7526 | 7525 | | |
7527 | 7526 | | |
7528 | 7527 | | |
7529 | 7528 | | |
7530 | 7529 | | |
7531 | | - | |
7532 | | - | |
7533 | | - | |
7534 | | - | |
7535 | | - | |
7536 | | - | |
7537 | | - | |
7538 | 7530 | | |
7539 | 7531 | | |
7540 | 7532 | | |
| |||
7547 | 7539 | | |
7548 | 7540 | | |
7549 | 7541 | | |
7550 | | - | |
7551 | | - | |
7552 | | - | |
7553 | 7542 | | |
7554 | 7543 | | |
7555 | 7544 | | |
| |||
7565 | 7554 | | |
7566 | 7555 | | |
7567 | 7556 | | |
7568 | | - | |
7569 | | - | |
7570 | | - | |
7571 | 7557 | | |
7572 | 7558 | | |
7573 | 7559 | | |
| |||
0 commit comments