Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Issue 572003: Find auvx entries in process memory instead of /proc/pid/auxv (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years ago by glandium
Modified:
11 years ago
Reviewers:
Ted Mielczarek
Visibility:
Public.

Description

The main reason is that under some circumstances, /proc/pid/auxv is 0400 root,
thus unreadable

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/linux/minidump_writer/linux_dumper.cc View 7 chunks +116 lines, -12 lines 0 comments Download
M src/client/linux/minidump_writer/linux_dumper.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/client/linux/minidump_writer/minidump_writer.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
glandium
11 years ago #1
glandium
11 years ago #2
This is actually not needed. /proc/pid/auxv is readable even when 0400 root
thanks to ptrace.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted