mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
Update github.com/containers/psgo digest to 533b50b
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
vendor/github.com/containers/psgo/internal/proc/cmdline.go
generated
vendored
2
vendor/github.com/containers/psgo/internal/proc/cmdline.go
generated
vendored
@@ -28,7 +28,7 @@ func ParseCmdLine(pid string) ([]string, error) {
|
||||
}
|
||||
|
||||
cmdLine := []string{}
|
||||
for _, rawCmd := range bytes.Split(data, []byte{0}) {
|
||||
for rawCmd := range bytes.SplitSeq(data, []byte{0}) {
|
||||
cmdLine = append(cmdLine, string(rawCmd))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user