diff options
Diffstat (limited to 'debug')
103 files changed, 103 insertions, 103 deletions
diff --git a/debug/Makefile b/debug/Makefile index 6351b7e9f4..76bd5b5c72 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. # # Sub-makefile for debug portion of the library. diff --git a/debug/asprintf_chk.c b/debug/asprintf_chk.c index edd730bfa3..6c4301b9c4 100644 --- a/debug/asprintf_chk.c +++ b/debug/asprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/backtrace.c b/debug/backtrace.c index 87aaa4991f..8da4b8996d 100644 --- a/debug/backtrace.c +++ b/debug/backtrace.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libc-lock.h> #include <dlfcn.h> diff --git a/debug/backtracesyms.c b/debug/backtracesyms.c index 1fe7120beb..9d434974a9 100644 --- a/debug/backtracesyms.c +++ b/debug/backtracesyms.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <assert.h> #include <execinfo.h> diff --git a/debug/backtracesymsfd.c b/debug/backtracesymsfd.c index 5751d62f85..ddd374ce20 100644 --- a/debug/backtracesymsfd.c +++ b/debug/backtracesymsfd.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <string.h> diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index 245c100f56..9b5f9951a6 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. if test $# -eq 0; then echo "$0: missing program name" >&2 diff --git a/debug/chk_fail.c b/debug/chk_fail.c index 3dad8838e4..8861c4ea4e 100644 --- a/debug/chk_fail.c +++ b/debug/chk_fail.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/debug/confstr_chk.c b/debug/confstr_chk.c index b4230600db..e9bb4c22b1 100644 --- a/debug/confstr_chk.c +++ b/debug/confstr_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/dprintf_chk.c b/debug/dprintf_chk.c index bf4bc048ef..58e52abcf4 100644 --- a/debug/dprintf_chk.c +++ b/debug/dprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/execinfo.h b/debug/execinfo.h index 0c361451b4..0f935a9624 100644 --- a/debug/execinfo.h +++ b/debug/execinfo.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef _EXECINFO_H #define _EXECINFO_H 1 diff --git a/debug/explicit_bzero_chk.c b/debug/explicit_bzero_chk.c index 2470f8801b..668fde2855 100644 --- a/debug/explicit_bzero_chk.c +++ b/debug/explicit_bzero_chk.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This is the generic definition of __explicit_bzero_chk. The __explicit_bzero_chk symbol is used as the implementation of diff --git a/debug/fdelt_chk.c b/debug/fdelt_chk.c index c71ae38e2b..1047a1ec3e 100644 --- a/debug/fdelt_chk.c +++ b/debug/fdelt_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sys/select.h> diff --git a/debug/fgets_chk.c b/debug/fgets_chk.c index 548bbb6fb2..d9d63fb4f1 100644 --- a/debug/fgets_chk.c +++ b/debug/fgets_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fgets_u_chk.c b/debug/fgets_u_chk.c index a0425fc5c9..08ee2d0218 100644 --- a/debug/fgets_u_chk.c +++ b/debug/fgets_u_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fgetws_chk.c b/debug/fgetws_chk.c index fe934556ee..234e02327c 100644 --- a/debug/fgetws_chk.c +++ b/debug/fgetws_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include "libioP.h" #include <wchar.h> diff --git a/debug/fgetws_u_chk.c b/debug/fgetws_u_chk.c index e3d6e1a9e1..bde1e6d154 100644 --- a/debug/fgetws_u_chk.c +++ b/debug/fgetws_u_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fortify_fail.c b/debug/fortify_fail.c index 272a829fd4..4ef1bd3d74 100644 --- a/debug/fortify_fail.c +++ b/debug/fortify_fail.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/debug/fprintf_chk.c b/debug/fprintf_chk.c index 105ed93846..6f7805f147 100644 --- a/debug/fprintf_chk.c +++ b/debug/fprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/fread_chk.c b/debug/fread_chk.c index 33cd4b3dda..2a098d0d36 100644 --- a/debug/fread_chk.c +++ b/debug/fread_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fread_u_chk.c b/debug/fread_u_chk.c index b2a0017b6d..50dbf70ccb 100644 --- a/debug/fread_u_chk.c +++ b/debug/fread_u_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/fwprintf_chk.c b/debug/fwprintf_chk.c index 170208c63b..6d5b75eaf8 100644 --- a/debug/fwprintf_chk.c +++ b/debug/fwprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/getcwd_chk.c b/debug/getcwd_chk.c index 2fa8226a85..2f4f153d12 100644 --- a/debug/getcwd_chk.c +++ b/debug/getcwd_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/debug/getdomainname_chk.c b/debug/getdomainname_chk.c index 169d318baa..ef38289130 100644 --- a/debug/getdomainname_chk.c +++ b/debug/getdomainname_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/getgroups_chk.c b/debug/getgroups_chk.c index 8729516e20..cbe377eaee 100644 --- a/debug/getgroups_chk.c +++ b/debug/getgroups_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/debug/gethostname_chk.c b/debug/gethostname_chk.c index 1dfe05d4af..27dbc8d377 100644 --- a/debug/gethostname_chk.c +++ b/debug/gethostname_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/gets_chk.c b/debug/gets_chk.c index fc6557a7f7..3f9012dd09 100644 --- a/debug/gets_chk.c +++ b/debug/gets_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/getwd_chk.c b/debug/getwd_chk.c index e2bd4c8bf4..57cea01769 100644 --- a/debug/getwd_chk.c +++ b/debug/getwd_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <unistd.h> diff --git a/debug/longjmp_chk.c b/debug/longjmp_chk.c index 294ee66980..cf7af539a7 100644 --- a/debug/longjmp_chk.c +++ b/debug/longjmp_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <setjmpP.h> diff --git a/debug/mbsnrtowcs_chk.c b/debug/mbsnrtowcs_chk.c index ffc36a2536..b07902aeec 100644 --- a/debug/mbsnrtowcs_chk.c +++ b/debug/mbsnrtowcs_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <locale.h> #include <wchar.h> diff --git a/debug/mbsrtowcs_chk.c b/debug/mbsrtowcs_chk.c index 352fbc6a92..7a98a04a56 100644 --- a/debug/mbsrtowcs_chk.c +++ b/debug/mbsrtowcs_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <locale.h> #include <wchar.h> diff --git a/debug/mbstowcs_chk.c b/debug/mbstowcs_chk.c index 791764a045..53a12768aa 100644 --- a/debug/mbstowcs_chk.c +++ b/debug/mbstowcs_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <locale.h> #include <string.h> diff --git a/debug/memcpy_chk.c b/debug/memcpy_chk.c index 24f3ff17d2..2831e30a7f 100644 --- a/debug/memcpy_chk.c +++ b/debug/memcpy_chk.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/memmove_chk.c b/debug/memmove_chk.c index fb9c40e5b4..db959a725b 100644 --- a/debug/memmove_chk.c +++ b/debug/memmove_chk.c @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/mempcpy_chk.c b/debug/mempcpy_chk.c index 759d2a14ad..1740e65fd2 100644 --- a/debug/mempcpy_chk.c +++ b/debug/mempcpy_chk.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/memset_chk.c b/debug/memset_chk.c index ac895f9434..4bd17c36f3 100644 --- a/debug/memset_chk.c +++ b/debug/memset_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/noophooks.c b/debug/noophooks.c index 9b36eb2149..71efe3621c 100644 --- a/debug/noophooks.c +++ b/debug/noophooks.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libc-internal.h> diff --git a/debug/obprintf_chk.c b/debug/obprintf_chk.c index bb996ce2fe..7536437fed 100644 --- a/debug/obprintf_chk.c +++ b/debug/obprintf_chk.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> #include <stdarg.h> diff --git a/debug/pcprofile.c b/debug/pcprofile.c index 04a66e7b46..bb44d85c5d 100644 --- a/debug/pcprofile.c +++ b/debug/pcprofile.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <fcntl.h> diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index 2270c53b9a..d1da7fbf09 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This is mainly an example. It shows how programs which want to use the information should read the file. */ diff --git a/debug/poll_chk.c b/debug/poll_chk.c index 34596de977..da857e5d2e 100644 --- a/debug/poll_chk.c +++ b/debug/poll_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sys/poll.h> diff --git a/debug/ppoll_chk.c b/debug/ppoll_chk.c index 68d0f1b079..9489674fb0 100644 --- a/debug/ppoll_chk.c +++ b/debug/ppoll_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sys/poll.h> diff --git a/debug/pread64_chk.c b/debug/pread64_chk.c index 2fa35d64d2..cab680857c 100644 --- a/debug/pread64_chk.c +++ b/debug/pread64_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/pread_chk.c b/debug/pread_chk.c index 79aa213786..6e2cf96c00 100644 --- a/debug/pread_chk.c +++ b/debug/pread_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/printf_chk.c b/debug/printf_chk.c index 184f4d9f21..49fe39a336 100644 --- a/debug/printf_chk.c +++ b/debug/printf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/read_chk.c b/debug/read_chk.c index 4869a4bacf..306bba74e8 100644 --- a/debug/read_chk.c +++ b/debug/read_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/readlink_chk.c b/debug/readlink_chk.c index ac2e10650c..fb5bcbd8f1 100644 --- a/debug/readlink_chk.c +++ b/debug/readlink_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/readlinkat_chk.c b/debug/readlinkat_chk.c index 97a4534611..9f8a202ec5 100644 --- a/debug/readlinkat_chk.c +++ b/debug/readlinkat_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> #include <sys/param.h> diff --git a/debug/readonly-area.c b/debug/readonly-area.c index 58f25d7715..429d575d59 100644 --- a/debug/readonly-area.c +++ b/debug/readonly-area.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/debug/realpath_chk.c b/debug/realpath_chk.c index 2f2e5844c3..c820c1a704 100644 --- a/debug/realpath_chk.c +++ b/debug/realpath_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <limits.h> #include <stdlib.h> diff --git a/debug/recv_chk.c b/debug/recv_chk.c index b6b5b4524d..55b0dbade9 100644 --- a/debug/recv_chk.c +++ b/debug/recv_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sys/param.h> #include <sys/socket.h> diff --git a/debug/recvfrom_chk.c b/debug/recvfrom_chk.c index 8aecf31097..56e24ad34e 100644 --- a/debug/recvfrom_chk.c +++ b/debug/recvfrom_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sys/param.h> #include <sys/socket.h> diff --git a/debug/segfault.c b/debug/segfault.c index cd3bfab55c..69f0634e70 100644 --- a/debug/segfault.c +++ b/debug/segfault.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <alloca.h> #include <ctype.h> diff --git a/debug/snprintf_chk.c b/debug/snprintf_chk.c index dd581fbd9b..13d18104e5 100644 --- a/debug/snprintf_chk.c +++ b/debug/snprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/sprintf_chk.c b/debug/sprintf_chk.c index 7ef01653ee..7c7931cf82 100644 --- a/debug/sprintf_chk.c +++ b/debug/sprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/stack_chk_fail.c b/debug/stack_chk_fail.c index d4381dfa53..56b87c748b 100644 --- a/debug/stack_chk_fail.c +++ b/debug/stack_chk_fail.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/debug/stack_chk_fail_local.c b/debug/stack_chk_fail_local.c index ae5aa181a3..74b924509f 100644 --- a/debug/stack_chk_fail_local.c +++ b/debug/stack_chk_fail_local.c @@ -30,7 +30,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sys/cdefs.h> diff --git a/debug/stpcpy_chk.c b/debug/stpcpy_chk.c index a57b540e04..9dc76bd1f2 100644 --- a/debug/stpcpy_chk.c +++ b/debug/stpcpy_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/debug/stpncpy_chk.c b/debug/stpncpy_chk.c index 3d61fdb29f..4247dd2e96 100644 --- a/debug/stpncpy_chk.c +++ b/debug/stpncpy_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This is almost copied from strncpy.c, written by Torbjorn Granlund. */ diff --git a/debug/strcat_chk.c b/debug/strcat_chk.c index 0b3d120e06..9abe296d3c 100644 --- a/debug/strcat_chk.c +++ b/debug/strcat_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/strcpy_chk.c b/debug/strcpy_chk.c index 94e05d4f1d..3ac4d50cc6 100644 --- a/debug/strcpy_chk.c +++ b/debug/strcpy_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stddef.h> #include <string.h> diff --git a/debug/strncat_chk.c b/debug/strncat_chk.c index 04cf9a2949..56feb83d17 100644 --- a/debug/strncat_chk.c +++ b/debug/strncat_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/debug/strncpy_chk.c b/debug/strncpy_chk.c index 72607f4850..a7a864aa5a 100644 --- a/debug/strncpy_chk.c +++ b/debug/strncpy_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <string.h> #include <memcopy.h> diff --git a/debug/swprintf_chk.c b/debug/swprintf_chk.c index 8edbfb10eb..036f5bd6da 100644 --- a/debug/swprintf_chk.c +++ b/debug/swprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/test-stpcpy_chk.c b/debug/test-stpcpy_chk.c index 443994517e..98f1dfef60 100644 --- a/debug/test-stpcpy_chk.c +++ b/debug/test-stpcpy_chk.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #define STRCPY_RESULT(dst, len) ((dst) + (len)) #define TEST_MAIN diff --git a/debug/test-strcpy_chk.c b/debug/test-strcpy_chk.c index 49cf8e3b57..31c701c715 100644 --- a/debug/test-strcpy_chk.c +++ b/debug/test-strcpy_chk.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #ifndef STRCPY_RESULT # define STRCPY_RESULT(dst, len) dst diff --git a/debug/tst-backtrace.h b/debug/tst-backtrace.h index 54af7bbc31..1cb4179fe4 100644 --- a/debug/tst-backtrace.h +++ b/debug/tst-backtrace.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdbool.h> #include <stdio.h> diff --git a/debug/tst-backtrace2.c b/debug/tst-backtrace2.c index 32ae8507db..2b9c85d846 100644 --- a/debug/tst-backtrace2.c +++ b/debug/tst-backtrace2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <search.h> diff --git a/debug/tst-backtrace3.c b/debug/tst-backtrace3.c index a86700e1f1..667fd059a6 100644 --- a/debug/tst-backtrace3.c +++ b/debug/tst-backtrace3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <search.h> diff --git a/debug/tst-backtrace4.c b/debug/tst-backtrace4.c index b840eb6699..efbcd3c134 100644 --- a/debug/tst-backtrace4.c +++ b/debug/tst-backtrace4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <search.h> diff --git a/debug/tst-backtrace5.c b/debug/tst-backtrace5.c index 5a5ce8bc79..9886b9b214 100644 --- a/debug/tst-backtrace5.c +++ b/debug/tst-backtrace5.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <execinfo.h> #include <search.h> diff --git a/debug/tst-backtrace6.c b/debug/tst-backtrace6.c index 04290caf94..f131d1bc65 100644 --- a/debug/tst-backtrace6.c +++ b/debug/tst-backtrace6.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <signal.h> diff --git a/debug/tst-chk1.c b/debug/tst-chk1.c index c6f11af1ff..bae5d4c277 100644 --- a/debug/tst-chk1.c +++ b/debug/tst-chk1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* This file tests gets. Force it to be declared. */ #include <features.h> diff --git a/debug/tst-longjmp_chk3.c b/debug/tst-longjmp_chk3.c index ffcc773788..a397299054 100644 --- a/debug/tst-longjmp_chk3.c +++ b/debug/tst-longjmp_chk3.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <setjmp.h> #include <signal.h> diff --git a/debug/tst-ssp-1.c b/debug/tst-ssp-1.c index c012a6e2b0..44060a4a04 100644 --- a/debug/tst-ssp-1.c +++ b/debug/tst-ssp-1.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Based on gcc.dg/ssp-1.c from GCC testsuite. */ diff --git a/debug/ttyname_r_chk.c b/debug/ttyname_r_chk.c index 60d508dc45..4a932d5858 100644 --- a/debug/ttyname_r_chk.c +++ b/debug/ttyname_r_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/debug/vasprintf_chk.c b/debug/vasprintf_chk.c index 300b7ce10e..4fe3d0d104 100644 --- a/debug/vasprintf_chk.c +++ b/debug/vasprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/vdprintf_chk.c b/debug/vdprintf_chk.c index 175b74b4a3..84d94c6d5b 100644 --- a/debug/vdprintf_chk.c +++ b/debug/vdprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. As a special exception, if you link the code in this file with files compiled with a GNU compiler to produce an executable, diff --git a/debug/vfprintf_chk.c b/debug/vfprintf_chk.c index d7dd73390d..e9753ad020 100644 --- a/debug/vfprintf_chk.c +++ b/debug/vfprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/debug/vfwprintf_chk.c b/debug/vfwprintf_chk.c index c79f50ee78..f8ac939ba9 100644 --- a/debug/vfwprintf_chk.c +++ b/debug/vfwprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/debug/vobprintf_chk.c b/debug/vobprintf_chk.c index 86d1ee1148..362ecf5f5a 100644 --- a/debug/vobprintf_chk.c +++ b/debug/vobprintf_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/debug/vprintf_chk.c b/debug/vprintf_chk.c index 2070febfc6..5072179bd9 100644 --- a/debug/vprintf_chk.c +++ b/debug/vprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/debug/vsnprintf_chk.c b/debug/vsnprintf_chk.c index 23d3167212..948e841cdb 100644 --- a/debug/vsnprintf_chk.c +++ b/debug/vsnprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/debug/vsprintf_chk.c b/debug/vsprintf_chk.c index c93ca4efb1..9b99a413b4 100644 --- a/debug/vsprintf_chk.c +++ b/debug/vsprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/debug/vswprintf_chk.c b/debug/vswprintf_chk.c index 742ac8299e..0b66964ff4 100644 --- a/debug/vswprintf_chk.c +++ b/debug/vswprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/debug/vwprintf_chk.c b/debug/vwprintf_chk.c index f3beea3d71..c95bf13e6c 100644 --- a/debug/vwprintf_chk.c +++ b/debug/vwprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/debug/warning-nop.c b/debug/warning-nop.c index 8eeea396c3..19f859b228 100644 --- a/debug/warning-nop.c +++ b/debug/warning-nop.c @@ -31,7 +31,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <sys/cdefs.h> diff --git a/debug/wcpcpy_chk.c b/debug/wcpcpy_chk.c index 0dd62560f2..874386010d 100644 --- a/debug/wcpcpy_chk.c +++ b/debug/wcpcpy_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcpncpy_chk.c b/debug/wcpncpy_chk.c index 63544eb58a..500a847f96 100644 --- a/debug/wcpncpy_chk.c +++ b/debug/wcpncpy_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcrtomb_chk.c b/debug/wcrtomb_chk.c index aff1dfb5a5..682ae28870 100644 --- a/debug/wcrtomb_chk.c +++ b/debug/wcrtomb_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <langinfo.h> #include <locale.h> diff --git a/debug/wcscat_chk.c b/debug/wcscat_chk.c index 7e7a5ed873..de76e6484f 100644 --- a/debug/wcscat_chk.c +++ b/debug/wcscat_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcscpy_chk.c b/debug/wcscpy_chk.c index 0435372b14..643b60e888 100644 --- a/debug/wcscpy_chk.c +++ b/debug/wcscpy_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stddef.h> #include <wchar.h> diff --git a/debug/wcsncat_chk.c b/debug/wcsncat_chk.c index 6070467072..aa9ac418f8 100644 --- a/debug/wcsncat_chk.c +++ b/debug/wcsncat_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcsncpy_chk.c b/debug/wcsncpy_chk.c index 4e88a7948c..4e1f3e6d1d 100644 --- a/debug/wcsncpy_chk.c +++ b/debug/wcsncpy_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wcsnrtombs_chk.c b/debug/wcsnrtombs_chk.c index 71e590e9d6..70a5109f0e 100644 --- a/debug/wcsnrtombs_chk.c +++ b/debug/wcsnrtombs_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <locale.h> #include <wchar.h> diff --git a/debug/wcsrtombs_chk.c b/debug/wcsrtombs_chk.c index 365ab8df74..bd50f481c4 100644 --- a/debug/wcsrtombs_chk.c +++ b/debug/wcsrtombs_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <locale.h> #include <wchar.h> diff --git a/debug/wcstombs_chk.c b/debug/wcstombs_chk.c index ba4dd3ad76..d7120f1fe3 100644 --- a/debug/wcstombs_chk.c +++ b/debug/wcstombs_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <locale.h> #include <string.h> diff --git a/debug/wctomb_chk.c b/debug/wctomb_chk.c index 987d3637ff..5d73ce3127 100644 --- a/debug/wctomb_chk.c +++ b/debug/wctomb_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <locale.h> #include <stdlib.h> diff --git a/debug/wmemcpy_chk.c b/debug/wmemcpy_chk.c index 3e6b9095fb..0d8b44e638 100644 --- a/debug/wmemcpy_chk.c +++ b/debug/wmemcpy_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> #include <string.h> diff --git a/debug/wmemmove_chk.c b/debug/wmemmove_chk.c index 863d0c20e7..5df65f2964 100644 --- a/debug/wmemmove_chk.c +++ b/debug/wmemmove_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> #include <string.h> diff --git a/debug/wmempcpy_chk.c b/debug/wmempcpy_chk.c index ef3afff34e..7fd8964d30 100644 --- a/debug/wmempcpy_chk.c +++ b/debug/wmempcpy_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> #include <string.h> diff --git a/debug/wmemset_chk.c b/debug/wmemset_chk.c index 4e1b34be72..eaef750734 100644 --- a/debug/wmemset_chk.c +++ b/debug/wmemset_chk.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <wchar.h> diff --git a/debug/wprintf_chk.c b/debug/wprintf_chk.c index d53b486af8..ba97e5a5c9 100644 --- a/debug/wprintf_chk.c +++ b/debug/wprintf_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stdarg.h> #include <libio/libioP.h> diff --git a/debug/xtrace.sh b/debug/xtrace.sh index dad1611375..10571ecd4b 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. pcprofileso='@SLIBDIR@/libpcprofile.so' pcprofiledump='@BINDIR@/pcprofiledump' |