Hi, Use localtime_r() instead of localtime() (if available) since localtime() is not thread safe. This fixes a data race in pj_time_decode() which is called from multiple threads. Please apply. Kal
Attachment:
0001-Use-localtime_r-instead-of-localtime-if-available.patch
Description: Binary data
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org