INN commit: branches/2.5/nnrpd (perm.c)
INN Commit
rra at isc.org
Thu May 14 13:33:03 UTC 2015
Date: Thursday, May 14, 2015 @ 06:33:02
Author: iulius
Revision: 9861
nnrpd/perm.c: don't dereference a null pointer if there are no access groups
Thanks to Richard Kettlewell for the patch.
Modified:
branches/2.5/nnrpd/perm.c
--------+
perm.c | 1 +
1 file changed, 1 insertion(+)
Modified: perm.c
===================================================================
--- perm.c 2015-05-14 13:32:30 UTC (rev 9860)
+++ perm.c 2015-05-14 13:33:02 UTC (rev 9861)
@@ -1878,6 +1878,7 @@
}
} else {
syslog(L_TRACE, "No access realms to check!");
+ return;
}
/* If there are auth realms to check... */
More information about the inn-committers
mailing list