From 82f1f4f66cdc674f790dc3c557ca9427285fd2a6 Mon Sep 17 00:00:00 2001 From: fangzhiyi18 Date: Fri, 19 Apr 2024 07:52:32 +0000 Subject: [PATCH] =?UTF-8?q?OAT=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangzhiyi18 --- OAT.xml | 6 ++++++ make-debs.sh | 24 ++++++++++-------------- test/sendmsg_fs_cve.c | 19 ------------------- 3 files changed, 16 insertions(+), 33 deletions(-) diff --git a/OAT.xml b/OAT.xml index c2ae261..cdaa829 100644 --- a/OAT.xml +++ b/OAT.xml @@ -34,10 +34,16 @@ + + + + + + diff --git a/make-debs.sh b/make-debs.sh index 01d563c..01e3900 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 2ce3114..44cad3e 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 -- Gitee