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

Issue 136001: More code clean up (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by dmaclach
Modified:
14 years, 1 month ago
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/mac/handler/dynamic_images.h View 2 chunks +7 lines, -7 lines 0 comments Download
M src/client/mac/handler/exception_handler.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/client/mac/handler/minidump_generator.cc View 6 chunks +10 lines, -7 lines 1 comment Download
M src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj View 20 chunks +54 lines, -183 lines 0 comments Download
M src/common/mac/macho_walker.cc View 4 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 2
dmaclach
Just some more code cleanup to get rid of some warnings. Also cleaned up one ...
14 years, 2 months ago #1
Mark Mentovai
14 years, 2 months ago #2
Go go gadget dmac!

LGTM

http://breakpad.appspot.com/136001/diff/1/5
File src/client/mac/handler/minidump_generator.cc (right):

http://breakpad.appspot.com/136001/diff/1/5#newcode957
Line 957: u_int mibsize = static_cast<u_int>(sizeof(mib) / sizeof(mib[0]));
I was surprised to see you using u_int instead of unsigned int (or something
else like size_t), but sure enough, the man page and header both use the u_int
typedef. Go figure.
Sign in to reply to this message.

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