Files
clang-p2996/lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp
Pavel Labath 1805d1f87d [lldb] Fix -Wstringop-truncation in PythonReadline.cpp
The size is known and the truncation is deliberate -- use memcpy instead
of strncpy.
2019-12-21 11:35:26 +01:00

2.4 KiB