Commit 1602ed2
committed
wolfcrypt/src/asn.c: rearrange check for null cname in EncodeName() to fix false positive -Wnull-dereference.
src/internal.c: suppress -Wnull-dereference locally in ProcessPeerCertParse() to fix false positive.1 parent 7c7040d commit 1602ed2
2 files changed
Lines changed: 16 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10613 | 10613 | | |
10614 | 10614 | | |
10615 | 10615 | | |
| 10616 | + | |
| 10617 | + | |
10616 | 10618 | | |
10617 | 10619 | | |
| 10620 | + | |
10618 | 10621 | | |
10619 | 10622 | | |
10620 | 10623 | | |
| |||
23312 | 23315 | | |
23313 | 23316 | | |
23314 | 23317 | | |
| 23318 | + | |
| 23319 | + | |
23315 | 23320 | | |
23316 | 23321 | | |
23317 | 23322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29915 | 29915 | | |
29916 | 29916 | | |
29917 | 29917 | | |
29918 | | - | |
29919 | | - | |
29920 | | - | |
29921 | | - | |
29922 | | - | |
29923 | | - | |
29924 | | - | |
29925 | | - | |
29926 | | - | |
29927 | | - | |
29928 | | - | |
29929 | | - | |
29930 | 29918 | | |
| 29919 | + | |
| 29920 | + | |
| 29921 | + | |
| 29922 | + | |
| 29923 | + | |
| 29924 | + | |
| 29925 | + | |
| 29926 | + | |
| 29927 | + | |
| 29928 | + | |
| 29929 | + | |
29931 | 29930 | | |
29932 | 29931 | | |
29933 | 29932 | | |
| |||
0 commit comments