Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows
Today we reset fd_counter if it wraps, but it's better to abort() instead, as fd_counter should never reach INT64_MAX. Signed-off-by: Luiz Capitulino <[email protected]> Reviewed-by: Eric Blake <[email protected]> *fixed typo: s/resonable/reasonable/ Signed-off-by: Michael Roth <[email protected]>
- Loading branch information