]> git.sur5r.net Git - openldap/commit
ldap_int_thread_pool_wrapper was called with wrong prototype (ITS#1673)
authorPierangelo Masarati <ando@openldap.org>
Sat, 23 Mar 2002 17:24:38 +0000 (17:24 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 23 Mar 2002 17:24:38 +0000 (17:24 +0000)
commite8c5f59d84668b64015ba2305e92c25aaa87bbdc
tree424534e229822fd50977af1c48a3567dbab2521f
parentf11a682c6f8d8361f0ed8615749d21ad770d6a2b
ldap_int_thread_pool_wrapper was called with wrong prototype  (ITS#1673)

                        ================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
                        ================

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.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, March 2002.
libraries/libldap_r/tpool.c