mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 05:50:42 +00:00
14178fc8e3
When a process name contains multi-byte characters, cmdline[start..end] is unsafe since it operates on bytes and can cause panic when start/end are not char boundaries.