Blame SOURCES/procps-ng-3.3.10-pmap-skip-vmflags.patch
|
|
6909f1 |
diff -Naur procps-ng-3.3.10.orig/pmap.c procps-ng-3.3.10/pmap.c
|
|
|
6909f1 |
--- procps-ng-3.3.10.orig/pmap.c 2014-09-23 13:40:36.000000000 +0200
|
|
|
6909f1 |
+++ procps-ng-3.3.10/pmap.c 2015-11-24 10:47:24.764107976 +0100
|
|
|
6909f1 |
@@ -629,9 +629,9 @@
|
|
|
6909f1 |
diff = 0;
|
|
|
6909f1 |
continue;
|
|
|
6909f1 |
}
|
|
|
6909f1 |
- /* Other keys */
|
|
|
6909f1 |
- continue;
|
|
|
6909f1 |
}
|
|
|
6909f1 |
+ /* Anything else starting with A-Z? -> skip it (rhbz#1262864) */
|
|
|
6909f1 |
+ continue;
|
|
|
6909f1 |
}
|
|
|
6909f1 |
sscanf(mapbuf, "%" KLF "x-%" KLF "x %31s %llx %x:%x %llu", &start,
|
|
|
6909f1 |
&end, perms, &file_offset, &dev_major, &dev_minor,
|