Fix another coverity NULL deref in previous patch

Fix another coverity NULL deref in previous patch
Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
This commit is contained in:
Rich Megginson 2011-08-08 09:36:10 -06:00
parent cf7c2133b4
commit ddbda59fe7
5 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
/389-ds-base-1.2.9.2.tar.bz2
/389-ds-base-1.2.9.3.tar.bz2
/389-ds-base-1.2.9.4.tar.bz2
/389-ds-base-1.2.9.5.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.9.4
VERSION=1.2.9.5
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.9.4
VERSION=1.2.9.5
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -15,7 +15,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.9.4
Version: 1.2.9.5
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -271,6 +271,10 @@ exit 0
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Mon Aug 8 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.5-1
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
- Fix another coverity NULL deref in previous patch
* Thu Aug 4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.4-1
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
- Fix coverity NULL deref in previous patch

View File

@ -1 +1 @@
8835607075b489963ef4f22095d781a5 389-ds-base-1.2.9.4.tar.bz2
4a72fd6f4851a40b4ad2e835c436e774 389-ds-base-1.2.9.5.tar.bz2