[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
Thu Jul 25 01:18:40 PDT 2024
DavidSpickett wrote:
I have merged https://github.com/llvm/llvm-project/pull/100387 to fix this instead, because it needed some background knowledge to do correctly.
But never the less, thank you @xgupta for making the effort to do this PR, it has uncovered some unsafe code that only recently went in. Which is a great result in itself!
https://github.com/llvm/llvm-project/pull/94783
More information about the lldb-commits
mailing list