openldap/libraries/libldap_r
Pierangelo Masarati e8c5f59d84 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.
2002-03-23 17:24:38 +00:00
..
apitest_r.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
libldap_r.dsp Minor cleanup 2002-01-07 21:22:38 +00:00
ltest_r.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
ltest.dsp Update NT port with support for -lldap_r and -lldbm. 1999-03-01 22:37:05 +00:00
Makefile.in Update libtool usage 2002-02-10 22:42:51 +00:00
rdwr.c Add asserts aliasing debugging purposes. 2000-06-16 21:25:03 +00:00
thr_cthreads.c Update copyright statements 2002-01-04 21:17:25 +00:00
thr_lwp.c Update copyright statements 2002-01-04 21:17:25 +00:00
thr_nt.c Update copyright statements 2002-01-04 21:17:25 +00:00
thr_posix.c Update copyright statements 2002-01-04 21:17:25 +00:00
thr_pth.c Update copyright statements 2002-01-04 21:17:25 +00:00
thr_stub.c Update copyright statements 2002-01-04 21:17:25 +00:00
thr_thr.c Update copyright statements 2002-01-04 21:17:25 +00:00
threads.c Update copyright statements 2002-01-04 21:17:25 +00:00
tpool.c ldap_int_thread_pool_wrapper was called with wrong prototype (ITS#1673) 2002-03-23 17:24:38 +00:00