Use gmtime() instead of localtime() in debugging output to avoid lockups in signal handlers due to time zone lookups.

This commit is contained in:
Andrew Wood
2024-10-04 08:53:14 +01:00
parent e84f47abc8
commit 9a639b40b7
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
### UNRELEASED
* fix: complete set of German translations supplied by Hartmut Goebel ([#98](https://codeberg.org/a-j-wood/pv/pulls/98))
* fix: write UTC timestamps in debugging mode to avoid lockups in signal handlers
* cleanup: removed TODO.md, since it's just an outdated copy of the issue tracker
* cleanup: re-ordered structure members to reduce padding
* cleanup: improved readability of SIGTTOU handling code