Fix undefined behaviour in data formatter test -- ensure char* null-terminated
authorDaniel Malea <daniel.malea@intel.com>
Tue, 25 Jun 2013 20:54:24 +0000 (20:54 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Tue, 25 Jun 2013 20:54:24 +0000 (20:54 +0000)
commit795cc3afc3009eb47365e852abe8cfae40683eff
tree851bda9cf5c08bf00ea6de3ae3815b28599e9d8a
parent2f0d590713071a6c1d612840196534c6fb8b1753
Fix undefined behaviour in data formatter test -- ensure char* null-terminated
so LLDB does not read off the end of the array.

llvm-svn: 184877
lldb/test/functionalities/data-formatter/data-formatter-advanced/main.cpp