pgsql: Replace strdup() with pstrdup(), to avoid leaking memory.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Replace strdup() with pstrdup(), to avoid leaking memory.
Дата
Msg-id E1QMtJK-0002ev-UU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Replace strdup() with pstrdup(), to avoid leaking memory.

It's been like this since the seg module was introduced, so backpatch to
8.2 which is the oldest supported version.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1f57a2f4dd2f6033e28b0e1f04ef31d5f456793c

Modified Files
--------------
contrib/seg/seg.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Replace strdup() with pstrdup(), to avoid leaking memory.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Replace strdup() with pstrdup(), to avoid leaking memory.