[lldb] Fix -Wstringop-truncation in PythonReadline.cpp
The size is known and the truncation is deliberate -- use memcpy instead of strncpy.
parent
4706a60e
Please register or sign in to comment
The size is known and the truncation is deliberate -- use memcpy instead of strncpy.