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

Issue 597002: Fixing two std::vector::operator[] out of range accesses (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by Ivan Penkov
Modified:
11 years, 3 months ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fixing several instances of std::vector::operator[] out of range access

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/linux/minidump_writer/linux_dumper.cc View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M src/client/linux/minidump_writer/minidump_writer.cc View 1 2 3 3 chunks +10 lines, -6 lines 0 comments Download

Messages

Total messages: 6
Ivan Penkov
Fixing two std::vector::operator[] out of range accesses. This can be reproduced in debug builds by ...
11 years, 3 months ago #1
Mark Mentovai
How does .resize() work but the constructor not work?
11 years, 3 months ago #2
Ivan Penkov
On 2013/05/21 02:40:33, Mark Mentovai wrote: > How does .resize() work but the constructor not ...
11 years, 3 months ago #3
Mark Mentovai
LGTM. Good catch, then.
11 years, 3 months ago #4
Ivan Penkov
On 2013/05/21 12:51:03, Mark Mentovai wrote: > LGTM. Good catch, then. Thanks. For performance reasons ...
11 years, 3 months ago #5
Ivan Penkov
11 years, 3 months ago #6
.
Sign in to reply to this message.

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