Replace http:// with https:// where applicable
The testcases will be updated automatically in a separate commit.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user