Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.3.20
-
None
Description
A query consisting of only whitespace causes a read past the end of the buffer.
bypass_whitespace();
|
 |
if (is_set(m_pI)) |
{
|
rv = parse(pResult);
|
}
|
The call to is_set doesn't check whether m_pI points to valid memory.