-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Closed
Labels
confirmedsolution: invalidthe issue is not related to the librarythe issue is not related to the library
Description
Coverity found an issue in lexer(std::istream& s):
- assign_zero: Assigning: this->m_start = NULL.
7618 explicit lexer(std::istream& s)
7619 : m_stream(&s), m_line_buffer()
7620 {
7621 // fill buffer
CID 1077412 (#1 of 3): Explicit null dereferenced (FORWARD_NULL)
2. var_deref_model: fill_line_buffer dereferences null this->m_start.
7622 fill_line_buffer();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
confirmedsolution: invalidthe issue is not related to the librarythe issue is not related to the library