Обсуждение: [BUGS] postgresql-10.0/src/backend/access/transam/clog.c:234: sanity checkafter use ?

Поиск
Список
Период
Сортировка

[BUGS] postgresql-10.0/src/backend/access/transam/clog.c:234: sanity checkafter use ?

От
David Binderman
Дата:
Hello there,


postgresql-10.0/src/backend/access/transam/clog.c:234]: (style) Array index 'i' is used before limits check.

Source code is
       while (TransactionIdToPage(subxids[i]) == pageno && i < nsubxids)

Maybe it is better to sanity check the array index before use, not after.

Regards

David Binderman

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Re: [BUGS] postgresql-10.0/src/backend/access/transam/clog.c:234: sanity check after use ?

От
Tom Lane
Дата:
David Binderman <dcb314@hotmail.com> writes:
> postgresql-10.0/src/backend/access/transam/clog.c:234]: (style) Array index 'i' is used before limits check.

Yeah, this is pretty bogus, will fix (and the same for your other one).
        regards, tom lane


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs