summaryrefslogtreecommitdiffstats
path: root/mod_lookup_identity.spec
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-11-20 14:57:06 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2013-11-21 09:16:10 +0800
commit3807c47d41541b22c62f9e154184c04cc6e57592 (patch)
treeee1bcbabeeed60213a73686a782f31011c9eb331 /mod_lookup_identity.spec
parent5b8743f58094bada1181a22b4cef875cf11e2def (diff)
downloadmod_lookup_identity-3807c47d41541b22c62f9e154184c04cc6e57592.tar.gz
mod_lookup_identity-3807c47d41541b22c62f9e154184c04cc6e57592.tar.xz
mod_lookup_identity-3807c47d41541b22c62f9e154184c04cc6e57592.zip
When LookupUserAttr is configured and no LookupUserAttrIter is, segfault would happen.mod_lookup_identity-0.7.1
Avoid setting seen values when it is uninitialized.
Diffstat (limited to 'mod_lookup_identity.spec')
-rw-r--r--mod_lookup_identity.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod_lookup_identity.spec b/mod_lookup_identity.spec
index 2044d70..7011ad9 100644
--- a/mod_lookup_identity.spec
+++ b/mod_lookup_identity.spec
@@ -6,7 +6,7 @@
Summary: Apache module to retrieve additional information about the authenticated user.
Name: mod_lookup_identity
-Version: 0.7
+Version: 0.7.1
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -58,6 +58,9 @@ install -Dp -m 0644 lookup_identity.conf $RPM_BUILD_ROOT%{_httpd_confdir}/lookup
%{_httpd_moddir}/*.so
%changelog
+* Thu Nov 21 2013 Jan Pazdziora - 0.7.1-1
+- Address segfault when no LookupUserAttrIter is set.
+
* Tue Nov 19 2013 Jan Pazdziora - 0.7-1
- Define lookup_identity_hook as optional function, callable from
other modules.