[Lldb-commits] [PATCH] D36620: Fix crash on parsing gdb remote packets

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 16 16:35:46 PDT 2017


jasonmolenda added a comment.

This looks good, the documentation for isprint() say that the value of the argument must be representable as an unsigned char, or EOF.


https://reviews.llvm.org/D36620





More information about the lldb-commits mailing list