Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_extras
Commits
89d90219
Commit
89d90219
authored
9 years ago
by
Elliott Hughes
Browse files
Options
Download
Email Patches
Plain Diff
Fix showmap SIGSEGV.
Bug:
http://b/26084907
Change-Id: I6ed8a26b93d90348d2bb806ccd7752a1a76144a6
parent
88add2db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
showmap/showmap.c
showmap/showmap.c
+1
-1
No files found.
showmap/showmap.c
View file @
89d90219
...
...
@@ -312,7 +312,7 @@ out:
printf
(
"%8d %8d %8d %8d %8d %8d %8d %8d"
,
size
,
rss
,
pss
,
shared_clean
,
shared_dirty
,
private_clean
,
private_dirty
,
mi
->
swap
);
private_clean
,
private_dirty
,
swap
);
if
(
!
verbose
&&
!
addresses
)
{
printf
(
"%4d "
,
count
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment