phoenix-firestorm/indra/llcommon/tests
Nat Goodspeed 230d22ceb2 Fix Vars::cp dangling-pointer problem.
Naively storing a const char* param in a const char* data member ignores the
fact that once the caller's done, the string data referenced by that pointer
will probably be freed. Store the referenced string in a std::string instead.
2011-02-05 11:30:52 -05:00
..
bitpack_test.cpp
commonmisc_test.cpp
listener.h
llallocator_heap_profile_test.cpp
llallocator_test.cpp
llbase64_test.cpp
lldate_test.cpp
lldependencies_test.cpp
llerror_test.cpp
lleventcoro_test.cpp
lleventdispatcher_test.cpp Fix Vars::cp dangling-pointer problem. 2011-02-05 11:30:52 -05:00
lleventfilter_test.cpp
llframetimer_test.cpp
llinstancetracker_test.cpp
lllazy_test.cpp
llmemtype_test.cpp
llprocessor_test.cpp
llrand_test.cpp
llsdserialize_test.cpp
llstring_test.cpp
lltreeiterators_test.cpp
lluri_test.cpp
reflection_test.cpp
stringize_test.cpp
wrapllerrs.h