]> arthur.barton.de Git - netdata.git/commit
fixed a race condition when getgrnam() which is not thread safe, could be used in...
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 15 Apr 2016 00:18:00 +0000 (03:18 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Fri, 15 Apr 2016 00:18:00 +0000 (03:18 +0300)
commit1188686c7cc398d6a86fa8ee6704573d8aa050ad
treeeaa5f9a4f0a8f3f93bc616c695c771bd1464fbc0
parent18c59500a34b430e47d43cbd8eec465462febdb1
fixed a race condition when getgrnam() which is not thread safe, could be used in threads
src/daemon.c
src/main.c
src/web_client.c
src/web_client.h
src/web_server.c