INN commit: trunk/nnrpd (perm.c)

INN Commit rra at isc.org
Sun May 3 15:01:03 UTC 2015


    Date: Sunday, May 3, 2015 @ 08:01:03
  Author: iulius
Revision: 9847

nnrpd/perm.c:  don't dereference a null pointer if there are no access groups

Thanks to Richard Kettlewell for the patch.

Modified:
  trunk/nnrpd/perm.c

--------+
 perm.c |    1 +
 1 file changed, 1 insertion(+)

Modified: perm.c
===================================================================
--- perm.c	2015-05-03 14:56:15 UTC (rev 9846)
+++ perm.c	2015-05-03 15:01:03 UTC (rev 9847)
@@ -1889,6 +1889,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