[Date Prev][Date Next] [Chronological] [Thread] [Top]

Patch: ldap_int_thread_pool_wrapper called with wrong prototype (ITS#1673)



Full_Name: Hallvard B. Furuseth
Version: 2.1.0alpha
OS: Solaris
URL: http://folk.uio.no/hbf/OpenLDAP/tpool.txt
Submission from: (NULL) (158.36.148.34)


ldap_int_thread_pool_wrapper() was defined with an parameter
struct ldap_int_thread_pool_s* but called with a void* argument.
Since these may have different representations, it can crash.

This patch has not been tested; 'make test' fails on Solaris.