Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 14 Jan 2019 10:23:03 +0100
From: Michael Kaufmann <mail@...hael-kaufmann.ch>
To: musl@...ts.openwall.com
Subject: Use local time in syslog() function

Hi,

I have found a bug in the implementation of syslog(). It should use  
the local time instead of UTC when sending the message to /dev/log. So  
in src/misc/syslog.c, the call to gmtime_r() should be replaced with  
localtime_r().

Regards,
Michael

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.