localtime() used in multithreaded context
Some of our localtime() calls can happen on multithreaded context.
Likely solution is to implement fc_localtime() that wraps localtime_r() when it's available, otherwise fallback functionality.
Patches for all branches, including S2_6
Some of our localtime() calls can happen on multithreaded context.
Likely solution is to implement fc_localtime() that wraps localtime_r() when it's available, otherwise fallback functionality.