Skip to content

Commit 0535bec

Browse files
committed
Add more locking to mod_manager
1 parent ed91343 commit 0535bec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

native/mod_manager/mod_manager.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,9 @@ static char *process_config(request_rec *r, char **ptr, int *errtype)
13891389
return err_msg;
13901390
}
13911391
/* Node part */
1392+
ap_assert(loc_lock_nodes() == APR_SUCCESS);
13921393
err_msg = process_config_node(ptr[i], ptr[i + 1], &nodeinfo, errtype);
1394+
loc_unlock_nodes();
13931395
if (err_msg != NULL) {
13941396
return err_msg;
13951397
}

0 commit comments

Comments
 (0)