Re: Valgrind warnings in master branch ("Invalid read of size 8") originating within CreatePolicy()

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Valgrind warnings in master branch ("Invalid read of size 8") originating within CreatePolicy()
Дата
Msg-id 20140930174911.GA28859@tamriel.snowman.net
обсуждение исходный текст
Ответ на Valgrind warnings in master branch ("Invalid read of size 8") originating within CreatePolicy()  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
Peter,

* Peter Geoghegan (pg@heroku.com) wrote:
> I see the following Valgrind warnings in a recent build of the master branch:
[...]
> This appears a few times, but always seems to occur with the same call stack.

Many thanks, I've worked out the issue (rsecpolname needs to be filled
in with the results of calling DirectFunctionCall1(namein,
CStringGetDatum()) instead, or we can end up with garbage past the \0
in that fixed-width NameData field).

Will fix, thanks again!
Stephen

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
Следующее
От: Gregory Smith
Дата:
Сообщение: Re: open items for 9.4