diff options
| author | Davidson Francis <davidsondfgl@gmail.com> | 2020-05-11 00:06:20 -0300 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-05-14 22:59:07 +0200 |
| commit | b8fad4bcd02210912de8cbdefcd77e9ca743a575 (patch) | |
| tree | 6f1f652b2c990ae61056c64367725d225fd5efa6 /validation | |
| parent | 1bca83e8bfdca64fd6374fb6e3403f517c58dcb1 (diff) | |
| download | sparse-dev-b8fad4bcd02210912de8cbdefcd77e9ca743a575.tar.gz | |
show-parse: null pointer dereference in do_show_type()
In do_show_type() the first if statement allows passing null
pointers, which can cause a null pointer dereference in some
cases, which I believe is not the desired behavior.
Fix this by changing the first if statement comparison.
Signed-off-by: Davidson Francis <davidsondfgl@gmail.com>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation')
0 files changed, 0 insertions, 0 deletions
