Skip to content

Commit 46d4a40

Browse files
Al2Klimovojeda
authored andcommitted
auxdisplay: Replace HTTP links with HTTPS ones
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent bcf8768 commit 46d4a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/auxdisplay/arm-charlcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Driver for the on-board character LCD found on some ARM reference boards
44
* This is basically an Hitachi HD44780 LCD with a custom IP block to drive it
5-
* http://en.wikipedia.org/wiki/HD44780_Character_LCD
5+
* https://en.wikipedia.org/wiki/HD44780_Character_LCD
66
* Currently it will just display the text "ARM Linux" and the linux version
77
*
88
* Author: Linus Walleij <[email protected]>

0 commit comments

Comments
 (0)