]> granicus.if.org Git - sysstat/commit
Fix untrusted value used as argument
authorSebastien GODARD <sysstat@users.noreply.github.com>
Tue, 6 Oct 2015 14:58:01 +0000 (16:58 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Tue, 6 Oct 2015 14:58:01 +0000 (16:58 +0200)
commit5dade14d04cae325a1ed1af538753cae63081659
treef0564a7b9bca4863e41c93144e88b25ac705a218
parent4e4ecc333998bdfc5b8b3b52e38990a698985ea3
Fix untrusted value used as argument

sa_vol_act_nr is read from an untrusted source and used as a loop
boundary. Check it before using it.
CID #29720.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sadc.c