| Group | Type | File | Path Length | Description | |
| Unused code | Dead nested assignment | /src/core/tokenlist.c | 2 | Although the value stored to 'n_entries' is used in the enclosing expression, the value is never actually read from 'n_entries' | Details |
| Stream handling error | Stream already in EOF | /bindings/xml/expat_xmlparser.c | 15 | Read function called when stream is in EOF state. Function has no effect | Details |
| Stream handling error | Invalid stream state | /bindings/xml/expat_xmlparser.c | 15 | File position of the stream might be 'indeterminate' after a failed operation. Can cause undefined behavior | Details |