Replace http:// with https:// where applicable

The testcases will be updated automatically in a separate commit.
This commit is contained in:
Michael Stapelberg
2017-09-24 10:19:07 +02:00
parent 9fe508b791
commit d968d39b27
50 changed files with 108 additions and 108 deletions

View File

@ -98,7 +98,7 @@ static int sighandler_backtrace(void) {
/* We provide pipe file descriptors for stdin/stdout because gdb < 7.5
* crashes otherwise, see
* http://sourceware.org/bugzilla/show_bug.cgi?id=14114 */
* https://sourceware.org/bugzilla/show_bug.cgi?id=14114 */
dup2(stdin_pipe[0], STDIN_FILENO);
dup2(stdout_pipe[1], STDOUT_FILENO);