Skip to content

Commit

Permalink
Intentional leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Zhao committed Jul 4, 2023
1 parent 47f96d2 commit 7388b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz_testing/test/acl_auto_configure_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ TEST(auto_configure, simple) {

int parsed;
char *err_str_c;
int* leak = new int(1);
{
std::string autodiscovery =
load_fuzzed_value("auto_configure", "simple", "autodiscovery");
Expand Down

0 comments on commit 7388b44

Please sign in to comment.