Fix race condition in GETINFO.
commit3f85b6ba801a23716e32cf2c558e3d56a1815b2b
authorBen Kibbey <bjk@luxsci.net>
Sun, 11 Jan 2015 18:10:52 +0000 (11 13:10 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sun, 11 Jan 2015 18:10:52 +0000 (11 13:10 -0500)
treeced0bb9c87f10de82bdabb9ab6c263e80c90cb6a
parentc7db2d89a2469057b526846e0b7a46a7915a0767
Fix race condition in GETINFO.

A client may not have yet filled the assuan_peercred_t before another
client accessed it in another thread.
src/commands.c
src/pwmd.c
src/status.c