Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
glibc-utils.26367
netgroupcache-locking.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File netgroupcache-locking.patch of Package glibc-utils.26367
2017-09-25 DJ Delorie <dj@redhat.com> [BZ #22161] * nscd/netgroupcache.c (addinnetgrX): Release read lock after resetting timeout. Index: glibc-2.22/nscd/netgroupcache.c =================================================================== --- glibc-2.22.orig/nscd/netgroupcache.c +++ glibc-2.22/nscd/netgroupcache.c @@ -584,6 +584,8 @@ addinnetgrX (struct database_dyn *db, in dh->timeout = timeout; dh->ttl = dataset->head.ttl; ++dh->nreloads; + if (cacheable) + pthread_rwlock_unlock (&db->lock); return timeout; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor