Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: src/google_breakpad/processor/minidump.h

Issue 1271543002: Fix potential null pointer dereference. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/processor/minidump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/google_breakpad/processor/minidump.h
===================================================================
--- src/google_breakpad/processor/minidump.h (revision 1476)
+++ src/google_breakpad/processor/minidump.h (working copy)
@@ -901,10 +901,6 @@
// This caller owns the pointer.
explicit MinidumpLinuxMaps(Minidump *minidump);
- // Read data about a single mapping from /proc/self/maps and load the data
- // into this object. The input vector is in the same format as a line from
- // /proc/self/maps.
-
// The memory region struct that this class wraps.
MappedMemoryRegion region_;
« no previous file with comments | « no previous file | src/processor/minidump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698