OkCupid / sfslite

SFSlite C++ development libraries
GNU General Public License v2.0
55 stars 65 forks source link

Avoid static initializer fiasco while collecting rpc hooks. #14

Closed till-varoquaux closed 8 years ago

till-varoquaux commented 10 years ago

This fixes the bug observed in the okws reg test 101 (the json_rpc_constants used for okprot.h weren't registered). The bug was a race condition in initialization of static variables (aka static initializer fiasco)