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

Issue 290001: small fix

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by albertzeyer
Modified:
12 years, 3 months ago
Reviewers:
Ted Mielczarek
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/linux/dump_symbols.cc View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 3
albertzeyer
Small fix.
13 years ago #1
albertzeyer
Small fix.
13 years ago #2
Ted Mielczarek
12 years, 3 months ago #3
http://breakpad.appspot.com/290001/diff/1/src/common/linux/dump_symbols.cc
File src/common/linux/dump_symbols.cc (right):

http://breakpad.appspot.com/290001/diff/1/src/common/linux/dump_symbols.cc#ne...
src/common/linux/dump_symbols.cc:134: ElfW(Word) base =
reinterpret_cast<ElfW(Word)>(obj_base);
I don't think this is correct. ElfW(Word) is only 32-bits for Elf64, you'd be
truncating the address in that case.
Sign in to reply to this message.

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