jingham added a comment.

IIRC both GetPath and ResolvePath return the number of characters it would take 
to actually resolve the path.  128 is actually pretty short, so you should 
check the result and malloc a buffer of the return + 1 if 128 ends up not being 
enough.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65611/new/

https://reviews.llvm.org/D65611



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to