pgsql: Prevent overflow for block number in buffile.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Prevent overflow for block number in buffile.c
Дата
Msg-id E1r4s7l-006Hr7-AF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Prevent overflow for block number in buffile.c

As coded, the start block calculated by BufFileAppend() would overflow
once more than 16k files are used with a default block size.  This issue
existed before b1e5c9fa9ac4, but there's no reason not to be clean about
it.

Per report from Coverity, with a fix suggested by Tom Lane.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3650e7a3933166b40f7f9043bd91f45d3467c74d

Modified Files
--------------
src/backend/storage/file/buffile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining