Blame SOURCES/procps-ng-3.3.10-pmap-skip-vmflags.patch

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