[Bug 44649] New: const char * summary providers don't respect the bounds of char[] arrays

Bug ID 44649
Summary const char * summary providers don’t respect the bounds of char arrays
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter labath@google.com
CC jdevlieghere@apple.com, llvm-bugs@lists.llvm.org

labath@google.com changed bug 44649

What | Removed | Added |

Comment # 2 on bug 44649 from labath@google.com

D111399 takes care of stopping when reaching the end of array.

I'm going to try to print the data after an embedded \0 next.