Use HTTPS where possible in URLs in code comments.

This commit is contained in:
Hanno Böck 2023-03-16 20:12:49 +01:00
parent c7fbfa0c1a
commit 50937b63bb
No known key found for this signature in database
GPG key ID: 76485F0013302FCA
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: