Commit 8066fbc
committed
Fix a couple of Valgrind hits
```
==485951== Uninitialised value was created by a stack allocation
==485951== at 0x207D47: des3_key_wrap_test (test.c:12773)
```
and
```
==485951== Uninitialised value was created by a stack allocation
==485951== at 0x3A075E: test_wc_AesGcmArgMcdc (test_aes.c:8968)
```1 parent 69bf010 commit 8066fbc
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9173 | 9173 | | |
9174 | 9174 | | |
9175 | 9175 | | |
9176 | | - | |
| 9176 | + | |
9177 | 9177 | | |
9178 | 9178 | | |
9179 | 9179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12502 | 12502 | | |
12503 | 12503 | | |
12504 | 12504 | | |
12505 | | - | |
| 12505 | + | |
12506 | 12506 | | |
12507 | 12507 | | |
12508 | 12508 | | |
| |||
12759 | 12759 | | |
12760 | 12760 | | |
12761 | 12761 | | |
12762 | | - | |
| 12762 | + | |
12763 | 12763 | | |
12764 | 12764 | | |
12765 | 12765 | | |
| |||
0 commit comments