On 02/14/2017 04:25 AM, Markus Armbruster wrote:
> parse_option_number() fails to check for overflow after strtoull().
> Has always been broken. Fix that.
>
> Signed-off-by: Markus Armbruster
> ---
> tests/test-qemu-opts.c | 14 ++
> util/qemu-option.c | 11 ---
> 2 file
parse_option_number() fails to check for overflow after strtoull().
Has always been broken. Fix that.
Signed-off-by: Markus Armbruster
---
tests/test-qemu-opts.c | 14 ++
util/qemu-option.c | 11 ---
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/tests/