commit | f287b2c2d4d20d35880ab6dca44bda0476e67dce | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sat Sep 15 13:20:25 2012 -0700 |
committer | Riku Voipio <riku.voipio@linaro.org> | Fri Oct 12 13:59:09 2012 +0300 |
tree | 84eecc0a49b076ee7cfc011524a86d3caf3e2b9c | |
parent | 1bdd7c7ea8a711efcb5141663865cc1f7e4e824d [diff] |
linux-user: Perform more checks on iovec lists Validate count between 0 and IOV_MAX. Limit total length of operation in the same way the kernel does. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>