[Lldb-commits] [PATCH] D73860: [lldb/StringPrinter] Avoid reading garbage in uninitialized strings
    Vedant Kumar via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb  5 09:36:49 PST 2020
    
    
  
vsk updated this revision to Diff 242661.
vsk marked 4 inline comments as done.
vsk added a comment.
- `s/cap/capacity/`
- Remove the `checkedAdd` pointer overflow check as it's not necessary.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73860/new/
https://reviews.llvm.org/D73860
Files:
  lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/TestDataFormatterLibcxxString.py
  lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/string/main.cpp
  lldb/source/DataFormatters/StringPrinter.cpp
  lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73860.242661.patch
Type: text/x-patch
Size: 14464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200205/6d1c2871/attachment-0001.bin>
    
    
More information about the lldb-commits
mailing list