Skip to content

Commit

Permalink
Test Fuzzer hatchet style
Browse files Browse the repository at this point in the history
  • Loading branch information
slobodan-ilic committed Jun 15, 2024
1 parent a8f252a commit ae33e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spss/readstat_sav_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ static readstat_error_t parse_mr_line(const char *line, mr_set_t *result) {
}

static readstat_error_t sav_read_multiple_response_sets(size_t data_len, sav_ctx_t *ctx) {
return READSTAT_OK; // hatchet
readstat_error_t retval = READSTAT_OK;

char *mr_string = readstat_malloc(data_len + 1);
Expand Down

0 comments on commit ae33e99

Please sign in to comment.