Re: pgsql: Ensure that snprintf.c's fmtint() doesn't overflow when printing - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Ensure that snprintf.c's fmtint() doesn't overflow when printing
Date
Msg-id 527.1538598263@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Ensure that snprintf.c's fmtint() doesn't overflow whenprinting  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Ensure that snprintf.c's fmtint() doesn't overflow whenprinting  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> Ensure that snprintf.c's fmtint() doesn't overflow when printing INT64_MIN.

Hm, I think you should s/uint64/unsigned long long/ to be consistent
with 595a0eab7.

            regards, tom lane


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Ensure that snprintf.c's fmtint() doesn't overflow whenprinting
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Ensure that snprintf.c's fmtint() doesn't overflow whenprinting