Re: small fix to possible null pointer dereference in byteaout() varlena.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: small fix to possible null pointer dereference in byteaout() varlena.c
Дата
Msg-id 24626.1285686462@sss.pgh.pa.us
обсуждение исходный текст
Ответ на small fix to possible null pointer dereference in byteaout() varlena.c  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Ответы Re: small fix to possible null pointer dereference in byteaout() varlena.c  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Список pgsql-hackers
Grzegorz Jaśkiewicz <gryzman@gmail.com> writes:
> It would crash if input is of unrecognized format. Probably than
> there's going to be more problems to be concerned with, but just in
> case, don't crash in

I'm not sure why you think this is a good change, but it would break
things: in particular, the code would fail to null-terminate the string
in the hex-output case.  Also, the case that you seem to be trying to
defend against can't happen because elog(ERROR) doesn't return.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: security label support, revised
Следующее
От: Tom Lane
Дата:
Сообщение: Re: security label support, revised