The method find_matching_slice(self) uses uuid_str on one of the paths but the variable does not exist and so this results in a NameError exception if we take that path.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Differential D57467
Fix use of non-existing variable in crashlog.py shafik on Jan 30 2019, 12:55 PM. Authored by
Details The method find_matching_slice(self) uses uuid_str on one of the paths but the variable does not exist and so this results in a NameError exception if we take that path.
Diff Detail
|