Skip to content

Commit

Permalink
Merge branch 'master' into s1
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrawal committed Jul 15, 2017
2 parents 453d2fe + fedcf95 commit 2824d95
Show file tree
Hide file tree
Showing 141 changed files with 225 additions and 108 deletions.
23 changes: 15 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -495,14 +495,21 @@ AM_CONDITIONAL([WITH_BROTLIDEC], [test "x$with_brotlidec" = xyes])
AC_ARG_WITH(libidn2, AS_HELP_STRING([--without-libidn2], [disable IDN2 support]), with_libidn2=$withval, with_libidn2=yes)
AS_IF([test "x$with_libidn2" != xno], [
AC_SEARCH_LIBS(idn2_lookup_u8, idn2,
[with_libidn2=yes; AC_DEFINE([WITH_LIBIDN2], [1], [Use libidn2]) IDNA_INFO="IDNA 2008 (libidn2)"],
[with_libidn2=no; AC_MSG_WARN(*** LIBIDN2 was not found. You will not be able to use IDN2008 support)],
-lunistring)
AS_IF([test "x$with_libidn2" = xyes], [
AC_SEARCH_LIBS(u8_tolower, unistring,
[with_libunistring=yes; AC_DEFINE([WITH_LIBUNISTRING], [1], [Use libunistring]) IDNA_INFO="IDNA 2008 (libidn2+libunistring)"],
[with_libunistring=no; AC_MSG_WARN(*** LIBUNISTRING was not found. You will not be able to use IDN2008 on uppercase domains)])
PKG_CHECK_MODULES([LIBIDN2], libidn2, [
with_libidn2=yes
LIBS="$LIBIDN2_LIBS $LIBS"
CFLAGS="$LIBIDN2_CFLAGS $CFLAGS"
AC_DEFINE([WITH_LIBIDN2], [1], [Use libidn2])
], [
AC_SEARCH_LIBS(idn2_lookup_u8, idn2,
[with_libidn2=yes; AC_DEFINE([WITH_LIBIDN2], [1], [Use libidn2]) IDNA_INFO="IDNA 2008 (libidn2)"],
[with_libidn2=no; AC_MSG_WARN(*** LIBIDN2 was not found. You will not be able to use IDN2008 support)],
-lunistring)
AS_IF([test "x$with_libidn2" = xyes], [
AC_SEARCH_LIBS(u8_tolower, unistring,
[with_libunistring=yes; AC_DEFINE([WITH_LIBUNISTRING], [1], [Use libunistring]) IDNA_INFO="IDNA 2008 (libidn2+libunistring)"],
[with_libunistring=no; AC_MSG_WARN(*** LIBUNISTRING was not found. You will not be able to use IDN2008 on uppercase domains)])
])
])
])
AM_CONDITIONAL([WITH_LIBUNISTRING], [test "x$with_libunistring" = xyes])
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) -Wno-unused-parameter
AM_CPPFLAGS = -I$(top_srcdir)/include/wget -I$(srcdir) \
-DWGETVER_FILE=\"$(top_builddir)/include/wget/wgetver.h\" -DSRCDIR=\"$(abs_srcdir)\" -DTEST_RUN
-DWGETVER_FILE=\"$(top_builddir)/include/wget/wgetver.h\" -DSRCDIR=\"$(abs_srcdir)\"
AM_LDFLAGS = -static
LDADD = ../lib/libgnu.la ../libwget/libwget.la \
$(LIBOBJS) $(GETADDRINFO_LIB) $(HOSTENT_LIB) $(INET_NTOP_LIB)\
Expand Down
11 changes: 11 additions & 0 deletions fuzz/get_all_corpora
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh -eu

if ! grep -q FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION Makefile; then
echo "The fuzzers haven't been built for fuzzing (maybe for regression testing !?)"
echo "Please built regarding README.md and try again."
exit 1
fi

for fuzzer in *_fuzzer; do
./get_ossfuzz_corpora $fuzzer
done
6 changes: 6 additions & 0 deletions fuzz/get_ossfuzz_corpora
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ if test -z "$1"; then
exit 1
fi

if ! grep -q FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION Makefile; then
echo "The fuzzers haven't been built for fuzzing (maybe for regression testing !?)"
echo "Please built regarding README.md and try again."
exit 1
fi

fuzzer=$1
project=wget2

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'<==xmlns:==xmlns:==xmlns:<==xmlns:==xmlns:==xmlns:==xmlns:==<==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:
===xmlns:==xmlns:==<==xmlns:==xmlns:<==xmlns:==xmlns:==xmlns:==xmlns:==<==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:
===xmlns:==xmlns:==<==xmlns:==xmlns:======xmlns:==<==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:
===xmlns:==xmlns:==<==xmlns:==xmlns:<==xmlns:==xmlns:==xmlns:==xmlns:==<==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:==xmlns:
===xmlns:==xmlns:==<==xmlns:==xmlns:=====
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__Hos__Host-ID_xpires=]on, 29 F ; domain=.;xymhttponly; spires=Mon, 29 F ; domain=.;domain=.;=.;domain=.;xy domain=; .xyhttponly; spires=Mon, 29 F ; domain=.;domain=.;xyexpn, 29 F ; domain=.;domain=.;xyexpire__Host-IDhttponly; spires=Mon, 29 F ; domain=.;domain=.;xyexpn, 29 F ; domain=.;domain=.;xyexpire__Host-IDn, 29 F ; domain=.;domain=.;xy=n, 29 F ; domain=.;domain=.;xy=Mon2 29 Feb 2016 078:4:542; path=/; domain=x.y; F ; domain=.;x

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
st-ID=x; expires=Mon, 00 Feb 2016 07:48:54 GMT; max-�ge=5; pat-ID=x; expires=Mon, 00 Feb 2016 07:48:54 GMT; max-�ge=5;st-ID=x; expires=Mon, 00 Feb 2016 07:48:54 GMT; max-�ge=5; pat-ID=x; expires=Mon, 00 Feb 2016 07:48:54 GMT; max-�ge=5; path=/; domain=st-ID=x; expires=Mon, 00 Feb 2016 07:48:54 GMT; max-�ge=5; pat-ID=x; expires=Mon, 00 Feb 2016 07:48:54 GM max-�ge=5; pat-ID=x; expires=Mon, 00 Feb 2016 07:48:54 GMT; max-�gest-ID=x=x; expires=Mon, 00 Feb 2016 07:48:54 GMTpat
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_��n=x;.y=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; doma GMT; max-age==; path=/; domain=x.y;=; path=/; domain=x;.y=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; n=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/; domain=x.y;=; path=/;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
__Host-ID=x; expires=Mon, 29 Fub 1763 07:48:54 GM; expires=Mon, 29 Feb 1763 00:48:54 GMT;;; expires=Mon, 29 Feb 1763 07:48:54 GM; expires=Mon, 29 FJb 1763 07:48:5_Host-ID=x; expires=Mon, 58 Feb 1763 07:48:54 GM; expires=Mon, 29 Feb 1763 00:48:54 GMT;;; expires=Mon, 29 Feb 1763 07:48:54 GM; expires=Mon, 29 FJb 1763 07:48:54 GMT;; httponly; secure httponly; secure
4 GMT;; htt-ID=x; expires=Mon, 29 Fub 1763 07:48:54 GM; expires=Mon, 29 Feb 1763 00:48:54 GMT;;; expires=Mon, 29 Feb 1763 07:48:54 GM; expires=Mon, 29 FJb 1763 07:48:5_Host-ID=x; expires=Mon, 58 Feb 1763 07:48:54 GM; expires=Mon, 29 Feb 1763 00:48:54 GMT;;; expires=Mon, 29 Feb 1763 07:48:54 GM; expires=Mon, 29 FJb 1763 07:48:54 GMT;; httponly; secure httponly; secure
4 GMT;; httponly; secure httponly; sectponly; secure httponly; secure

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xmagth=/; domain==/; domain==/; domain=th=/; domain=th=/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/expires=; domain==/; domain=th=/;omain==/; domain=th=/; domain==/; d=/; domain==/; domain=th=/; domain*=/; domain=h=/; domain==/; domain==/; domain=th=/; domain=th=/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/expires=; domain==/; domain=th=/;omain==/; domain=th=/; domain==/; d=/; domain==/; domain=th=/; domain*=/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/expires=; domain==/; domain=th=/;omain==/; domain=th=/; domain==/; domain=th=/expires=th=/; domain==/; domain=th=/; domain==/; domain=th=/; domain==/; domain=th=/expires=; domain==/; domain=th=/;omain==/; domain=th=/; domain==/; domain=th=/expires=; domainy=

This file was deleted.

Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_e=;�;�;;;;�;;;;�;=;;�;;;;�;=;�_e=;�;�;;;;�;;;�;;;;�;=;;�;;;;�;=;�_e=;�;�;;;;�;;;;�;=;�;�;;�_e=;�_e=;�;�;;;;�;;;;�;=;�;�;;�_e=;�;�;;;;�;;;;�;=;�;�;;�;;�;=;�;�;;�_e=;�_e=;�;�;;;;�;;;;�;=;�;�;;�_e=;�;�;;;;�;;;;�;=;�;�;;�;;�;;��
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xmvh=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=o;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x...;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x.ure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x...;secure@=xure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x...;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__Hir�s=����������res=������������������;;;;;;;;;;;;;;;;;;domainomain=;;;;�;;;;;;;;;;;;;;;;domain=;;;���������es=������������������;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;domain=;;;;;;;;;;domain=;;;;;;;;;;;;;path=;;;;�;;;;;;;;;;;;;;;;domain=;;;���������es=������������;;;;;;;;;;domain=;;;;�;;;;;;;;;;;;;;;;domain=;;;���������es=������������������;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;domain=;;;;;;;;;;domain=;;;;;;;;;;;;;path=/; domain=x.y; httponly; s�������������������������������������������inomain=;;;;�;;;;;;;;;;;;;;;;domain=;;;���������es=������������������;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;domain=;;;;;;;;;;domain=;;;;;;;;;;;;;path=;;;;�;;;;;;;;;;;;;;;;domain=;;;���������es=������������;;;;;;;;;;domain=;;;;�;;;;;;;;;;;;;;;;domain=;;;���������es=������������������;;;;;;;����;;;;;;;;;;domain=;;;;�;;;;;;;;;;;;;;;;domain=;;;���������es=������������������;;;;;;;;;;;;;;;;;;;;;;;;;ecure
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__Host-ID=x; expires=Mon, 29! 2016 07:48:54 GMT; max-age=5K path=/; max-age=5; path=/7:48:54 GMT; max-age=5K path=/; max-age=5; paph=/; domai__Host-ID=x;max-age=5K path=/; max-age=5; path=/; domai__Host-IDn, 29! 2016 07:48:54 GMT; max-age=5K path=/; max-age=5; path=T; max-age=5K path=/; max-age=5; path=/7:48:54 GMT; max-age=5K path=/; max-age=5; paph=/; domai__Host-ID=x;max-age=5K path=/; max-age=5; path=/; domai__Host-IDn, 29! 2016 07:48:54 GMT; max-age=5K path=/; max-age=5; path=/; d4 GMT; m
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__Hoost-ID=x; expires=Mon��GMT;=5; paQh=/; domain=x. dy; httpon=x; expires=Mon, 2----- 2016 07:48:5T; max-age=2;`p=GMT;-age=2; path=/; doma ; ly; secure
se-ID=�; expires=Mon, 29 Feb 1008 07:48:54 GMT; max-�ge=5; path=/ dom)in=x.y; hpir=2; ^/; d

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_#Gan74=x; expires=Mon, 2- 2----154 08:48:5T=e1=x; expires=Mon, 2- 2----154 08:48:5T=;
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(_pathnul�)__Hos__Host-Id=x; expires,M 2on=domain=064 07:4:854 st-Id=x; expires,M 2on=domain=064 07:4:854(nu��)_ GMT; max-�)__Hos__Host-Id=x; expires,M 2on=domain=064 07:4:854 st-Id=x; expires,M 2on=domain=064 07:4:854(nu��)_ GMT; max-�;e=4 p�th:=/; s__Host-Id=x; expires,M 2on=domain=064 07:4:854 st-Id=x; expires,M 2on=domain=064 07:4:854 GMT; a; ���)GMmaire
sec�;e=4 p�th:=/; s__Host-Id=x; expires,M 2on=domain=064 07:4:854 st-Id=x; expires,M 2on=domain=064 07:4:854 GMT; a__Hos__Host-Id=x; expires,M 2on=domain=064 07:4:854 st-Id=x; expires,M 2on=domain=064 07:4:854(nu��)_ GMT; max-�)__Hos__Host-Id=x; expires,M 2on=domain=064 07:4:854 st-Id=x; expires,M 2on=domain=064 07:4:854(nu��)_ GMT; max-�;e=4 p�th:=/; s__Host-Id=x; expires,M 2on=domain=064 07:4:854 st-Id=x; expires,M 2on=domain=064 07:4:854 GMT; a; ���)GMmaire
sec�;e=4 p�th:=/; s__Host-Id=x; expires,M 2on=domain=064 07:4:854 st-Id=x; expires,M 2on=domain=064 07:4:854 GMT; a; ���)GMmaire
secure
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__Host-ID=x; expi Feb 2016 07:48:54 GMT; max-age=5; pathomain=x.y;=x.y; httponly; s max-age=5; pathomain=x.y;=x.y; httponly; secureain=x.:;=x.y; httponly; :54 GMT; max-age=5; pathomain=x.y;=x.y; httponly; s max-age=5; pathomain=x.y;=x.y; httponly; secureain=x.:;=x.y; httponly; s max-age=5; pathomain=x.y;=x.y; httponly; secy; httponly; s max-age=5; pathomain=x.y;=x.y; httponly; secureain=x.:;=x.y; httponly; s max-age=5; pathomain=x.y;=x.y; httponly; secs max-age=5; pathomain=x.y;=x.y; httponly; secy; httponly; s max-age=5; pathomain=x.y;=x.y; httponly; secureain=x.:;=x.y; httponly; s max-age=5; pathomain=x.y;=x.y; httponly; secure

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__Hos_o=;y=m;__Hos_o=;y=m;=;y=m;y=m;=;y�=m;tmID=m;=;y=m;y=m;=;y�=m;tmID=m;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_e=5; 4po;;;;;;;�p�ath=;;;path=;;;path=;;;path=;';;path=;;;path=;;;;patsecureh=;;;path=;;;path=;;;path=;';;path=;;;path=;;;;patsecureh=;;;path=;;;path=;;;path=;;;path=;;;path=;;;path=;;;path=;;;path=;;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_axost-ID=x; expi!res=-86148:54 =x; expires=-43855 Feb 6119 07:48:5Tx; expires=-437708 Feb 6120 07:48:54 8:54 =x; expires=-86148:54 =x; expires=-43855 Feb 6119 07:48:5Tx; expires=-437708 Feb 6120 07:48:54 8:54 =x; expires=-43855 Feb 6119 07:48:5Tx; expires=-437708 Feb 6120 07:48:54 =b 6119 07:48:5Tx; expires=-437708 Feb 6120 07:48:54 =_axost-ID=x; expires=-87708 Feb 611=b 6119 07:48:5Tx; expires=-437708 Feb 6120 07:48:54 =_axost-ID=x; expires=-87708 Feb 6119 07:48:54 =x; expires=-43855 Feb 6119 07:48:5Tx; expires-43855 Feb 6119 07:48:5Tx; expires=-437708 Feb 6120 07:48:54 =b 6119 07:48:5Tx; expires=-437708 Feb 6120 07:48:54 =_axost-ID=x; expires=-87708 Feb 611=b 6119 07:48:5Tx; expires=-437708 Feb 6120 07:48:54 =_axost-ID=x; expires=-87708 Feb 6119 07:48:54 =x; expires=-43855 Feb 6119 07:48:5Tx; expires=-43855 Feb 6119 07:48:5T
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-ageost-I@=x; expires=Con, 29 Feb 2016 07:62:54ost-I@=x; expires=Mon, 14 Feb 2016 07:62:54�geost-I@=x; expires=Mon, 29 Feb 20<6 07:62:54ost-I@=x; e@=x; expires=Mon, 29 Feb 2016 07:62:54ost-I@=x; expires=Mon, 29 Feb 2016 07:62:54�geost-I@=x; expires=Mon, 29 Feb 2016 07:62:54ost-I@=x; expires=, 29 Feb 20<6 07:62:54ost-I@=x; e@=x; expires=Mon, 29 Feb 2016 07:62:54ost-I@=x; expires=Mon, 29 Feb 2016 07:62:54�geost-I@=x; expires=Mon, 29 Feb 2016 07:62:54ost-I@=x; expires=secureMon, 29 Feb expires=Mon, 29 Fe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;xmth=/;.;secure@=x..;secure@=x..;secure@=x;
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__Hoost-ID=x; expires=Mon��GMT;=5; paQh=/; Moma=x; expires=Mon, 2----- 2016 07:48:5T; max-age=2=Mon��GMT;=5; paQh=/; Moma=x; expires=Mon, 2----- 2016 07:48:5T; max-age=2=2; path=/ dom)ir=x.y; hpir=2; ^po�=x; expires=Mon, 2----- 2016 07:48:5T; max=x.y; hpir=2; ^po�=x; expires=Mon, 2----- 2016 07:48:5T; 2; path=/ dom)ir=x 2----- 2016 07:48:5T; max-age=2=2; path=/ dom)ir=x.y; hpir=2; ^po�=x; expires=Mon, 2----- 2016 07:48:5T; max=x.y; hpir=2; ^po�=x; expires=Mon, 2----- 2016 07:48:5T; 2; path=/ dom)ir=x.y; hpir=.y; hpir=2; ^po�=x; expires=Mon, 2----- 2016 07:48:5T; max=x.y; hpir=2; ^po�=x; expires=Mon, 2----- 2016 07:48:5T; max/; d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(null)=s�n=~x; max-age=1;max�
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=󠀾;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;=;;;=;===;=;;=;=;=;=oo=;==;;�;=󠀾;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;====;=;;=;=;=;=oo=;==;;�;=󠀾;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;=;=;;=;=;=;=oo=;==;;;=󠀾;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;=;;;=;===;=;;=;=;=;=oo=;==;;;=󠀾;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;;=;=oo=;=;=;;=;=;=;=oo=;==;;;=󠀾;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;=;;;=;===;=;;=;=;=;=oo=;==;;;=󠀾;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;;;=;===;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;=;=oo=;====;=;;=;=;=;=oo=;==;;;=;===;=;;=;=;;;;=;=
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__Hoost-ID=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 D=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Feb 70 00:48:5ID=x; expires=Mon, 58 D=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Feb 201D=x; expires=29 Feb 0070 00:48:5ID=x; eD=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Feb 201D=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Fost-ID=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Feb 201D=x; expires=29 Feb 0070 00:48:5ID=x; exp=x; expires=Mon, 58 Fost-ID=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Feb 201D=x; expires=29 Feb 0070 00:48:5Feb 201D=x; expires=29 Feb 0070 00:48:5ID=x; eD=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Feb 201D=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Fost-ID=x; expires=29 Feb 0070 00:48:5ID=x; expires=Mon, 58 Feb 0070 00:48:5
Binary file not shown.
Loading

0 comments on commit 2824d95

Please sign in to comment.