aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fuzzers/api_fuzzer_corpus/a2180525f267c6d6b8f7501b100b97aef0d87f83
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.