diff --git a/mach/proto/top/top.c b/mach/proto/top/top.c index a82192a52..5a9f842f8 100644 --- a/mach/proto/top/top.c +++ b/mach/proto/top/top.c @@ -562,6 +562,8 @@ instr_p read_instr() return ip; } c = getc(inp); + if (c == EOF) + break; } ungetc(c,inp); *p = '\0';