diff options
author | Manuel Klimek <klimek@google.com> | 2021-11-22 09:07:57 +0100 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2021-11-22 11:08:38 +0100 |
commit | 84bf5e328664db2e744c4651c52d2460b1733d09 (patch) | |
tree | 20be1f679fff8d3d7790fd98e75b231dda11f5a1 /lldb/unittests/ScriptInterpreter/Python | |
parent | a82942dd07ea652081f8f293b73801323a4dbbe9 (diff) | |
download | llvm-84bf5e328664db2e744c4651c52d2460b1733d09.zip llvm-84bf5e328664db2e744c4651c52d2460b1733d09.tar.gz llvm-84bf5e328664db2e744c4651c52d2460b1733d09.tar.bz2 |
Fix various problems found by fuzzing.
1. IndexTokenSource::getNextToken cannot return nullptr; some code was
still written assuming it can; make getNextToken more resilient against
incorrect input and fix its call-sites.
2. Change various asserts that can happen due to user provided input to
conditionals in the code.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions