Commit 7d0d721
Fix #14876 Nullptr dereference in usingMatch() (#8678)
Root cause is here:
https://github.com/cppcheck-opensource/cppcheck/blob/86f4c91741690386cd5917ccd8120624d9473ad5/lib/tokenize.cpp#L3108
Co-authored-by: chrchr-github <noreply@github.com>1 parent 7d5a54c commit 7d0d721
2 files changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2720 | 2720 | | |
2721 | 2721 | | |
2722 | 2722 | | |
| 2723 | + | |
| 2724 | + | |
| 2725 | + | |
2723 | 2726 | | |
2724 | 2727 | | |
2725 | 2728 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
940 | 941 | | |
941 | 942 | | |
942 | 943 | | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
943 | 951 | | |
944 | 952 | | |
945 | 953 | | |
| |||
0 commit comments