Jim Meyering wrote: > While outlining an API change for coroipcc_dispatch_recv, > I noticed that locks are released in two cases in confdb.c, > for which they are not released in nearly identical code in cfg.c's > corosync_cfg_dispatch function. > > I don't know enough about the surrounding code and callers/context > to be sure, but it looks like it would mistakenly hold the lock in > these two cases. > > Here's a patch to add those pthread_mutex_unlock calls:
ACK -- Chrissie _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
