Re: Zlib vulnerability heads-up.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Zlib vulnerability heads-up.
Дата
Msg-id 10508.1016049699@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Zlib vulnerability heads-up.  (Lamar Owen <lamar.owen@wgcr.org>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> We could probably replace $(LIBS) with $(filter {the libraries you really
> want}, $(LIBS)) everywhere (see libpq Makefile).  But it might be hard to
> maintain.  Not sure.

I'm concerned about cross-library dependencies with that sort of thing.
eg, on some platforms maybe -lcurses requires -ltermcap, on others no.
The existing process for building the LIBS list gets this right, but
extracting a subset of the LIBS list isn't guaranteed to be right.

I'm all for trimming the LIBS list for particular executables if we
can do it ... but as Peter says, it might be a headache.
        regards, tom lane


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

Предыдущее
От: jtv
Дата:
Сообщение: Re: [INTERFACES] Additional fixes to ecpg - please apply patch
Следующее
От: Robert Schrem
Дата:
Сообщение: Fwd: Re: UB-Tree