Content-Disposition: inline X-Mailer: MIME-tools 5.508 (Entity 5.508) To: bind9-public@isc.org Subject: isc_time_formattimestamp and friends are not thread safe. Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary MIME-Version: 1.0 From: marka@isc.org X-RT-Interface: Web Date: Mon, 31 Jul 2017 22:02:23 -1000 Message-ID: X-RT-Original-Encoding: utf-8 Content-Length: 128 isc_time_formattimestamp calls localtime rather than localtime_r when threaded. there are similar issues for gmtime vs gmtime_r.