Skip to content
Snippets Groups Projects
Commit de14053c authored by Sean McBride's avatar Sean McBride Committed by Ben Boeckel
Browse files

Fixed Address Sanitizer stack-use-after-scope error in test

Error was:
AddressSanitizer: stack-use-after-scope TestOrderStatistics.cxx:530 in TestOrderStatistics(int, char**)

Fixed by sticking with std::string instead of raw char*. Interestingly, another part of the file was already doing this correctly.

(cherry picked from commit e6890bbf)
parent b1d65d2c
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