diff options
| author | Michael Jones <michaelrj@google.com> | 2021-09-01 20:09:29 +0000 |
|---|---|---|
| committer | Michael Jones <michaelrj@google.com> | 2021-09-03 20:39:15 +0000 |
| commit | 37ce7349f7e95ef19cd6169e70414286b33114cb (patch) | |
| tree | 3f548bbd41a021f364f8d30c4983ea0227195598 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp | |
| parent | eee1f1c8fb0242de4eac53867b4446052e3bb8d3 (diff) | |
[libc] fix strtointeger hex prefix parsing
Fix edge case where "0x" would be considered a complete hexadecimal
number for purposes of str_end. Now the hexadecimal prefix needs a valid
digit after it, else just the 0 will be counted as the number.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D109084
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions
