Tim Armstrong created IMPALA-7237:
-------------------------------------

             Summary: Parsing bug in ParseSMaps()
                 Key: IMPALA-7237
                 URL: https://issues.apache.org/jira/browse/IMPALA-7237
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
            Reporter: Tim Armstrong
            Assignee: Tim Armstrong


The code uses isdigit() but lower-case a-f (i.e. hex digits) can also be 
present.

{code}
    if (isdigit(line[0])) {
      // Line is the start of a new mapping, of form:
      // 561ceff9c000-561ceffa1000 rw-p 00000000 00:00 0
      ++result.num_maps;
      continue;
    }
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to