pgsql: libpq: Authorize pthread_exit() in libpq_check - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: libpq: Authorize pthread_exit() in libpq_check
Date
Msg-id E1vTCVq-003kaK-2n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
libpq: Authorize pthread_exit() in libpq_check

pthread_exit() is added to the list of symbols allowed when building
libpq.  This has been reported as possible when libpq is statically
linked to libcrypto, where pthread_exit() could be called.

Reported-by: Torsten Rupp <torsten.rupp@gmx.net>
Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/19095-6d8256d0c37d4be2@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8268e66ac64cb846517580e0808f971343391fdf

Modified Files
--------------
src/interfaces/libpq/libpq_check.pl | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: injection_points: Remove portions related to custom pgstats
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: injection_points: Remove portions related to custom pgstats