X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fmemcpy-abuse;h=d2225bcc435798f94f3938e7cec6224de9b6d00e;hb=92249085071a973e2c0621b0415b93d2e48bb00d;hp=4b7ae00dee0e2ee850f551112f110aaaf9023c59;hpb=d738e90e8360e101b94fca8c79147f59565f62d8;p=debian%2Fgzip diff --git a/tests/memcpy-abuse b/tests/memcpy-abuse index 4b7ae00..d2225bc 100755 --- a/tests/memcpy-abuse +++ b/tests/memcpy-abuse @@ -2,7 +2,7 @@ # Before gzip-1.4, this the use of memcpy in inflate_codes could # mistakenly operate on overlapping regions. Exercise that code. -# Copyright (C) 2010-2013 Free Software Foundation, Inc. +# Copyright (C) 2010-2018 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # limit so don't run it by default. . "${srcdir=.}/init.sh"; path_prepend_ ..