"Dr. David Alan Gilbert" writes:
> * Markus Armbruster (arm...@redhat.com) wrote:
>> Keys are int. HMP sendkey assigns them from the value strtoul(),
>> silently truncating values greater than INT_MAX. Fix to reject them.
>>
>> While there, use qemu_strtoul() instead of strtoul() so checkpatch
* Markus Armbruster (arm...@redhat.com) wrote:
> Keys are int. HMP sendkey assigns them from the value strtoul(),
> silently truncating values greater than INT_MAX. Fix to reject them.
>
> While there, use qemu_strtoul() instead of strtoul() so checkpatch.pl
> won't complain.
Last time through
Keys are int. HMP sendkey assigns them from the value strtoul(),
silently truncating values greater than INT_MAX. Fix to reject them.
While there, use qemu_strtoul() instead of strtoul() so checkpatch.pl
won't complain.
Signed-off-by: Markus Armbruster
Reviewed-by: Daniel P. Berrangé
---
mon