parse_header_time(): Use privoxy_gmtime_r()
authorFabian Keil <fk@fabiankeil.de>
Sun, 7 Jun 2020 15:57:40 +0000 (17:57 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 8 Jun 2020 13:34:36 +0000 (15:34 +0200)
commit9f44e21fd93b26cbce9a0c71d85a17b97fd489e3
tree8e0697524c904e8b520540f1cf137154117740af
parent988422b1a6d68cb306bc50ff1860be82d47445ba
parse_header_time(): Use privoxy_gmtime_r()

Previously the function would use gmtime() unlocked
if FEATURE_STRPTIME_SANITY_CHECKS was enabled ...
parsers.c