diff --git a/OAT.xml b/OAT.xml index c2ae261303e41c98e2cf01e38765b7c7eba816fc..cdaa8290ba9d1d36ca9c693f0a9891d6dc4b0ebc 100644 --- a/OAT.xml +++ b/OAT.xml @@ -34,10 +34,16 @@ + + + + + + diff --git a/make-debs.sh b/make-debs.sh index 01d563cda6dc5bd06f648a305d6fbfeeec9f471e..01e39007295573496b669016852db4a36ff1a5eb 100755 --- a/make-debs.sh +++ b/make-debs.sh @@ -1,20 +1,16 @@ #!/usr/bin/env bash -# Copyright (C) 2019 Liu Changcheng -# Author: Liu Changcheng +# Copyright (c) 2024 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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 the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# 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 . +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. set -xe # Create dir for build diff --git a/test/sendmsg_fs_cve.c b/test/sendmsg_fs_cve.c index 2ce3114a8bdb688ba5cd1b421398d5634c81ddb7..44cad3e9f59ecddeda9df09ce4f5c3415897133a 100644 --- a/test/sendmsg_fs_cve.c +++ b/test/sendmsg_fs_cve.c @@ -1,23 +1,4 @@ /* SPDX-License-Identifier: MIT */ -/* - * repro-CVE-2020-29373 -- Reproducer for CVE-2020-29373. - * - * Copyright (c) 2021 SUSE - * Author: Nicolai Stange - * - * 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 the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * 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 . - */ #include #include