- Fixing incorrect memory usage assessment due to skipping vmflags parsing
- Resolves Red Hat Bugzilla #1262864, affecting upstream
This commit is contained in:
4
pmap.c
4
pmap.c
@ -629,9 +629,9 @@ static int one_proc (struct pids_stack *p)
|
|||||||
diff = 0;
|
diff = 0;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* Other keys */
|
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
/* Other keys or not a key-value pair */
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
sscanf(mapbuf, "%lx-%lx %31s %llx %x:%x %llu",
|
sscanf(mapbuf, "%lx-%lx %31s %llx %x:%x %llu",
|
||||||
&start_To_Avoid_Warning,
|
&start_To_Avoid_Warning,
|
||||||
|
Reference in New Issue
Block a user