commit | ce7f7cc2715145eadf1ac45a5dae63f535fc8bbf | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Fri Mar 22 16:31:07 2013 -0400 |
committer | Michael Roth <mdroth@linux.vnet.ibm.com> | Tue Apr 02 09:06:11 2013 -0500 |
tree | 5fb95f428d42d81f6b309b9a23f18d4858bc4034 | |
parent | 9481ecd737b91d507baf347287c62efe6760784f [diff] |
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 <lcapitulino@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> *fixed typo: s/resonable/reasonable/ Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>