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

Issue 282420043: Fix fuzz_corpus test failure on bot

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

Description

Commit log for first patchset: --------------- Fix fuzz_corpus test failure on bot - use function pointer to avoid fuzz target being inlined ---------------

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M tests/fuzz/fuzz_corpus.c View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 2
zhaoqin
8 years, 3 months ago (2016-01-29 20:17:24 UTC) #1
bruening
8 years, 3 months ago (2016-01-29 23:02:07 UTC) #2
If comments are added then LGTM

https://codereview.appspot.com/282420043/diff/1/tests/fuzz/fuzz_corpus.c
File tests/fuzz/fuzz_corpus.c (right):

https://codereview.appspot.com/282420043/diff/1/tests/fuzz/fuzz_corpus.c#newc...
tests/fuzz/fuzz_corpus.c:70: int (*func_ptr)(int *, int) = argc > 2 ? NULL :
&DrMemFuzzFunc;
This must have a comment explaining: I'm wondering if the NULL crash is
deliberate, why a func ptr, etc.
Sign in to reply to this message.

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