Here are some results from clang's static analyzer. Maybe they are worth to have a look:
Bug Group | Bug Type | File | Function/Method | Line | Path Length |
---|---|---|---|---|---|
API | Argument with 'nonnull' attribute passed null | src/sysutils.c | _gpgrt_setenv | 183 | 8 |
Dead store | Dead assignment | src/estream-printf.c | pr_string | 1207 | 1 |
Logic error | Dereference of null pointer | src/argparse.c | initialize | 213 | 6 |
Logic error | Dereference of null pointer | src/logging.c | fun_writer | 273 | 12 |
Logic error | Dereference of null pointer | src/estream.c | do_list_remove | 466 | 29 |
Memory error | Memory leak | tests/t-b64.c | test_b64dec_string | 162 | 12 |