-
Kristofer Pettersson authored
If acl_load() fails unexpectedly (example by using a KILL) the acl cache is deleted and not reinitialzied. This later causes a null pointer to be dereferenced when the acl cache version number should be increased. The fix is to not delete the acl cache.
Kristofer Pettersson authoredIf acl_load() fails unexpectedly (example by using a KILL) the acl cache is deleted and not reinitialzied. This later causes a null pointer to be dereferenced when the acl cache version number should be increased. The fix is to not delete the acl cache.
Loading