vsk created this revision.
vsk added reviewers: teemperor, shafik, jingham.
Herald added a subscriber: christof.
This patch fixes two distinct but related out-of-bounds read bugs in
string data formatters. Both issues have to do with mishandling of un-
initialized strings. These manifest as ASan e
anton.kolesov added a comment.
My original patch was changing lldb-vscode - it was creating a new Target
object with ELF given to a constructor. That patch, though definitely would
need an update - it should delete the original empty target after creating the
new one, but it was leaving it aliv
jankratochvil created this revision.
jankratochvil added reviewers: labath, xiaobai.
jankratochvil added a project: LLDB.
Herald added subscribers: usaxena95, dmgreen, jfb, kadircet, dexonsmith,
modocache, ilya-biryukov, aprantl, mehdi_amini, mgorny.
Herald added a reviewer: jdoerfert.
jankratochv
jankratochvil added a comment.
Functions are defined in: `./lib/liblldbTarget.a` =
`lldb/source/Target/CMakeLists.txt`
Functions are needed in: `./lib/liblldbExpression.a` =
`lldb/source/Expression/CMakeLists.txt`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://revie