Skip to content
Snippets Groups Projects
  • Craig Tiller's avatar
    ed277efb
    Fix bug in api_fuzzer · ed277efb
    Craig Tiller authored
    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.
    ed277efb
    History
    Fix bug in api_fuzzer
    Craig Tiller authored
    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.