diff options
author | cflip <cflip@cflip.net> | 2023-03-26 10:33:27 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2023-03-26 10:33:27 -0600 |
commit | ce446addbf5dad34c0726a8150d0c6c897e04366 (patch) | |
tree | 5ad4f5d02d557f80f79921b150beeb8a42b4074a /.clang-tidy | |
parent | f8ac67c943244aa57e5f848ca6b1f66eca32e138 (diff) |
Avoid possible null pointer dereferenceoriginal-cpp
This line dereferenced the beginning of a string to read a single char,
but it needed a check to make sure there was at least one char to read
in the string.
Diffstat (limited to '.clang-tidy')
0 files changed, 0 insertions, 0 deletions