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 <[email protected]> Author: Nazir Bilal Yavuz <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8268e66ac64cb846517580e0808f971343391fdf Modified Files -------------- src/interfaces/libpq/libpq_check.pl | 4 ++++ 1 file changed, 4 insertions(+)
