Skip to content
  • Dan Lipsa's avatar
    BUG: push_back may cause pointers to become invalid · 4b37fcd4
    Dan Lipsa authored
    Pointers to strings stored in a vector are kept, however
    new strings are added using push_back which causes the
    pointers to become invalid. This behavior was only seen
    on mac os as the vector was small so reallocation did not
    happen on other platforms.
    4b37fcd4