Go to file
Kurt Zeilenga 319440033f Patch: ucdata 2.4 bugs (ITS#1751)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
			================

ucgendat.c accessed unallocated memory when i == ncodes_size.

The changes others are trivial, I just include them since I'm patching
ucdata anyway:

ucdata.c   had some pointless '0 <= unsigned' comparisons.

ucstr.c    assigned a long* to an unsigned long*.  Since malloc()
           returns void*, the result need not be cast at all.

I'll send the ucgendat.c and ucdata.c patches to Mark Leisher
<mleisher@crl.nmsu.edu>.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
2002-04-15 20:39:22 +00:00
build Trim finger from HEAD 2002-04-15 18:12:42 +00:00
clients Patch: Escape character troubles (ITS#1753) 2002-04-15 18:29:39 +00:00
contrib removed default arguments from cpp-Files (to build on newer gcc) 2002-04-08 11:51:22 +00:00
doc document the -t switch 2002-04-15 19:18:54 +00:00
include use BVC() macro (changed in BER_BVC) to initialize constant bervals 2002-04-08 18:37:37 +00:00
libraries Patch: ucdata 2.4 bugs (ITS#1751) 2002-04-15 20:39:22 +00:00
servers Added LDAP_LOG Messages 2002-04-15 20:28:16 +00:00
tests Some cleanup 2002-03-24 01:55:11 +00:00
acconfig.h Update copyright statements 2002-01-04 21:17:25 +00:00
acinclude.m4 Update copyright statements 2002-01-04 21:17:25 +00:00
aclocal.m4 Update Cyrus SASL detection to always look for <sasl.h> regardless 2002-02-10 17:51:19 +00:00
configure Trim finger from HEAD 2002-04-15 18:12:42 +00:00
configure.in Trim finger from HEAD 2002-04-15 18:12:42 +00:00
COPYRIGHT Update copyright statements 2002-01-04 21:17:25 +00:00
INSTALL Updates from SDF 2002-02-18 18:10:25 +00:00
LICENSE
Makefile.in Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values 2002-02-13 06:35:27 +00:00
README

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$