mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
If /proc/net/tcp contains a large number of entries (>9999), parsing lines with len(sl) > 4 fails with the fixed width pattern. In that case the lines are silently ignored.