Signed-off-by: Masatake YAMATO <yamato@xxxxxxxxxx> --- checkpolicy/test/dismod.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/checkpolicy/test/dismod.c b/checkpolicy/test/dismod.c index f1b879b0..3b81b1ce 100644 --- a/checkpolicy/test/dismod.c +++ b/checkpolicy/test/dismod.c @@ -921,6 +921,8 @@ int main(int argc, char **argv) for (;;) { printf("\nCommand (\'m\' for menu): "); if (fgets(ans, sizeof(ans), stdin) == NULL) { + if (feof(stdin)) + break; fprintf(stderr, "fgets failed at line %d: %s\n", __LINE__, strerror(errno)); continue; -- 2.40.1