aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fuzzers/api_fuzzer_corpus/784ca396c157df8ba93bbe1e12c6d32609ef05a1
Commit message (Collapse)AuthorAge
* Fix bug in api_fuzzerGravatar Craig Tiller2017-02-01
If the slices to unref array was expanded after returning a pointer to a slice, that pointer becomes invalidated. Instead, allocate and store pointers to slices in that array to keep stability.