From 50937b63bbd8d0879a1dd209be76dcf0b5829530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= Date: Thu, 16 Mar 2023 20:12:49 +0100 Subject: [PATCH] Use HTTPS where possible in URLs in code comments. --- expat/lib/expat.h | 2 +- expat/lib/xmltok.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/lib/expat.h b/expat/lib/expat.h index 1c83563c..3670ec7d 100644 --- a/expat/lib/expat.h +++ b/expat/lib/expat.h @@ -1051,7 +1051,7 @@ XML_SetBillionLaughsAttackProtectionActivationThreshold( #endif /* Expat follows the semantic versioning convention. - See http://semver.org. + See https://semver.org */ #define XML_MAJOR_VERSION 2 #define XML_MINOR_VERSION 5 diff --git a/expat/lib/xmltok.c b/expat/lib/xmltok.c index 22821cb8..4aaf06bc 100644 --- a/expat/lib/xmltok.c +++ b/expat/lib/xmltok.c @@ -100,7 +100,7 @@ & (1u << (((byte)[2]) & 0x1F))) /* Detection of invalid UTF-8 sequences is based on Table 3.1B - of Unicode 3.2: http://www.unicode.org/unicode/reports/tr28/ + of Unicode 3.2: https://www.unicode.org/unicode/reports/tr28/ with the additional restriction of not allowing the Unicode code points 0xFFFF and 0xFFFE (sequences EF,BF,BF and EF,BF,BE). Implementation details: