pgsql: Fix off-by-one memory allocation, as reported by Rod Taylor.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix off-by-one memory allocation, as reported by Rod Taylor.
Дата
Msg-id 20041117195426.56CD93A4397@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix off-by-one memory allocation, as reported by Rod Taylor.  Also
avoid repalloc'ing twice when once is sufficient.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        hba.c (r1.133 -> r1.134)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c.diff?r1=1.133&r2=1.134)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Set DEFAULT_EDITOR to notepad.exe on Windows, as per recent
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix off-by-one memory allocation, as reported by Rod Taylor.