On Wed, Mar 7, 2012 at 9:00 AM, Jason Baron <[email protected]> wrote: > + if (vma_name) { > + if ((strcmp(vma_name, "[vdso]") == 0) || > + (strcmp(vma_name, "[vectors]") == 0) || > + (strcmp(vma_name, "[vsyscall]") == 0))
That's just disgusting.
On Wed, Mar 7, 2012 at 9:00 AM, Jason Baron <[email protected]> wrote: > + if (vma_name) { > + if ((strcmp(vma_name, "[vdso]") == 0) || > + (strcmp(vma_name, "[vectors]") == 0) || > + (strcmp(vma_name, "[vsyscall]") == 0))
That's just disgusting.