Skip to content

Commit

Permalink
add forgotten virtual destructor to fuzzer base class
Browse files Browse the repository at this point in the history
  • Loading branch information
robertDurst committed Aug 28, 2019
1 parent 326d719 commit 89301c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/Fuzzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class XDRInputFileStream;
class Fuzzer
{
public:
virtual ~Fuzzer()
{
}
// inject receives an XDRInputFileStream attached to a fuzzed input file and
// attempts to apply it to the state according to whatever apply may mean,
// i.e. apply a transaction in the case of a TransactionFuzzer or send a
Expand Down

9 comments on commit 89301c8

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging robertDurst/stellar-core/fuzzer-fix = 89301c8 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

robertDurst/stellar-core/fuzzer-fix = 89301c8 merged ok, testing candidate = 0d77a599

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging robertDurst/stellar-core/fuzzer-fix = 89301c8 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

robertDurst/stellar-core/fuzzer-fix = 89301c8 merged ok, testing candidate = 38f51d6

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 38f51d6

Please sign in to comment.