On Fri, Mar 22, 2013 at 04:31:07PM -0400, Luiz Capitulino wrote:
> 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
Thanks, applied to qga branch with s/resonable/reasonable/ typo fix.
> -
On Fri, 22 Mar 2013 14:44:05 -0600
Eric Blake wrote:
> On 03/22/2013 02:31 PM, Luiz Capitulino wrote:
> > 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
> > ---
> > qga/main.c | 8
On 03/22/2013 02:31 PM, Luiz Capitulino wrote:
> 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
> ---
> qga/main.c | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> d
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
---
qga/main.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/qga/main.c b/qga/main.c
index 74ef788..5f505a2 100644
-