Skip to content
Snippets Groups Projects
Commit 4b37fcd4 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

BUG: push_back may cause pointers to become invalid

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.
parent d3313b1b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment