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

Issue 279900043: i#1734 drfuzz: add -fuzz_dump_on_error

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 5 months ago by zhaoqin
Modified:
8 years, 5 months ago
Reviewers:
bruening
CC:
drmemory-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#1734 drfuzz: add -fuzz_dump_on_error - add -fuzz_dump_on_error option and dump binary data on error reports ---------------

Patch Set 1 #

Total comments: 11
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -22 lines) Patch
M drmemory/drmemory.h View 1 chunk +3 lines, -0 lines 2 comments Download
M drmemory/drmemory.c View 1 chunk +6 lines, -0 lines 0 comments Download
M drmemory/fuzzer.h View 1 chunk +2 lines, -1 line 0 comments Download
M drmemory/fuzzer.c View 5 chunks +54 lines, -16 lines 7 comments Download
M drmemory/options.c View 1 chunk +2 lines, -0 lines 0 comments Download
M drmemory/optionsx.h View 1 chunk +3 lines, -0 lines 2 comments Download
M drmemory/report.c View 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 4
zhaoqin
8 years, 5 months ago (2015-11-17 20:54:45 UTC) #1
bruening
Contains a couple of issues, such as adding an interface when a var is already ...
8 years, 5 months ago (2015-11-18 14:57:57 UTC) #2
zhaoqin
https://codereview.appspot.com/279900043/diff/1/drmemory/drmemory.h File drmemory/drmemory.h (right): https://codereview.appspot.com/279900043/diff/1/drmemory/drmemory.h#newcode73 drmemory/drmemory.h:73: extern char logsubdir[MAXIMUM_PATH]; On 2015/11/18 14:57:56, bruening wrote: > ...
8 years, 5 months ago (2015-11-18 17:05:45 UTC) #3
bruening
8 years, 5 months ago (2015-11-18 21:11:18 UTC) #4
https://codereview.appspot.com/279900043/diff/1/drmemory/fuzzer.c
File drmemory/fuzzer.c (right):

https://codereview.appspot.com/279900043/diff/1/drmemory/fuzzer.c#newcode414
drmemory/fuzzer.c:414: "%sfuzz input for ERROR #%d is stored in file %s\n",
On 2015/11/18 17:05:45, zhaoqin wrote:
> On 2015/11/18 14:57:57, bruening wrote:
> > Why is "ERROR" in all caps??
> 
> to match the ERROR #1 in the error report, make it non-caps.

The error report says "Error #1".  It does not say "ERROR #1".
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b