Commit 7b5d85d
committed
Calm old Valgrind ...
Valgrind 3.15.0 on Ubuntu 20.04 reports a false positive [0]
```
==7922== Conditional jump or move depends on uninitialised value(s)
==7922== at 0x461F0C: s_decode_header (pem_ssh.c:316)
[...]
```
Simply suppress this false positive.
[0] https://github.com/libtom/libtomcrypt/actions/runs/6507805191/job/17676616149?pr=587
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>1 parent ca7b4ee commit 7b5d85d
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
0 commit comments