Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.10.0, Impala 2.11.0, Impala 3.0, Impala 2.12.0
-
ghx-label-1
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; }