diff --git a/ffserver.c b/ffserver.c index 7fb61d04ea..cb7e3aeda3 100644 --- a/ffserver.c +++ b/ffserver.c @@ -2029,7 +2029,7 @@ static void compute_status(HTTPContext *c) char cpuperc[10]; char cpuused[64]; - if (fscanf(pid_stat, "%10s %64s", cpuperc, + if (fscanf(pid_stat, "%9s %63s", cpuperc, cpuused) == 2) { avio_printf(pb, "Currently using %s%% of the cpu. Total time used %s.\n", cpuperc, cpuused);