Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-7237

Parsing bug in ParseSMaps()

    XMLWordPrintableJSON

Details

    Description

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

          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;
          }
      

      Attachments

        Activity

          People

            tarmstrong Tim Armstrong
            tarmstrong Tim Armstrong
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: