[Lldb-commits] [lldb] [lldb] Correct format specifier for sscanf to prevent buffer overflow (NFC) (PR #94783)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 24 04:42:27 PDT 2024


https://github.com/DavidSpickett requested changes to this pull request.

> The field this is consuming is actually 17 bytes long, because the process name is in parenthesis.

Ok then I am confused how this ever worked, but it sounds like scanf was never a great way to do this anyway?

https://github.com/llvm/llvm-project/pull/94783


More information about the lldb-commits mailing list