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