summaryrefslogtreecommitdiff
path: root/ChangeLog.1
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-15 11:17:51 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-15 13:06:45 +0200
commit3187225416c66061b67e89092addc15cad2202b9 (patch)
treec751643b41773edaa5b117345ee4a1e68501303b /ChangeLog.1
parent34bb39964d605d60284c17441a2478e003029ce2 (diff)
downloademacs-3187225416c66061b67e89092addc15cad2202b9.tar.gz
; Prefer HTTPS to HTTP in many URLs
Diffstat (limited to 'ChangeLog.1')
-rw-r--r--ChangeLog.12
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1
index cd31aacafb4..35533d60fff 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -5685,7 +5685,7 @@
(__mktime_internal): Use it systematically for all isdst comparisons.
This completes the fix for libc BZ #6723, and removes the need for
normalizing tm_isdst.
- See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
+ See <https://sourceware.org/bugzilla/show_bug.cgi?id=6723>
(not_equal_tm) [DEBUG]: Use isdst_differ here, too.
mktime: fix some integer overflow issues and sidestep the rest