From b750101eb236130cf056c675997decbac904cc49 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:35:18 +0200 Subject: Adding upstream version 252.22. Signed-off-by: Daniel Baumann --- test/fuzz/fuzz-link-parser/99-default.link | 12 +++ test/fuzz/fuzz-link-parser/advertise-segv.link | 2 + test/fuzz/fuzz-link-parser/condition-memleak.link | 7 ++ test/fuzz/fuzz-link-parser/directives.link | 97 ++++++++++++++++++++++ test/fuzz/fuzz-link-parser/oss-fuzz-13878 | 4 + test/fuzz/fuzz-link-parser/oss-fuzz-13882 | Bin 0 -> 2015 bytes 6 files changed, 122 insertions(+) create mode 100644 test/fuzz/fuzz-link-parser/99-default.link create mode 100644 test/fuzz/fuzz-link-parser/advertise-segv.link create mode 100644 test/fuzz/fuzz-link-parser/condition-memleak.link create mode 100644 test/fuzz/fuzz-link-parser/directives.link create mode 100644 test/fuzz/fuzz-link-parser/oss-fuzz-13878 create mode 100644 test/fuzz/fuzz-link-parser/oss-fuzz-13882 (limited to 'test/fuzz/fuzz-link-parser') diff --git a/test/fuzz/fuzz-link-parser/99-default.link b/test/fuzz/fuzz-link-parser/99-default.link new file mode 100644 index 0000000..feb5b1f --- /dev/null +++ b/test/fuzz/fuzz-link-parser/99-default.link @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Link] +NamePolicy=keep kernel database onboard slot path +MACAddressPolicy=persistent diff --git a/test/fuzz/fuzz-link-parser/advertise-segv.link b/test/fuzz/fuzz-link-parser/advertise-segv.link new file mode 100644 index 0000000..305e846 --- /dev/null +++ b/test/fuzz/fuzz-link-parser/advertise-segv.link @@ -0,0 +1,2 @@ +[Link] +Advertise=hoge foo diff --git a/test/fuzz/fuzz-link-parser/condition-memleak.link b/test/fuzz/fuzz-link-parser/condition-memleak.link new file mode 100644 index 0000000..523e4ba --- /dev/null +++ b/test/fuzz/fuzz-link-parser/condition-memleak.link @@ -0,0 +1,7 @@ +[Match] +OriginalName=eth0 +Host=hogehoge +Virtualization=qemu +KernelCommandLine=aaa +KernelVersion=4.20.3 +Architecture=x86-64 diff --git a/test/fuzz/fuzz-link-parser/directives.link b/test/fuzz/fuzz-link-parser/directives.link new file mode 100644 index 0000000..a1c797a --- /dev/null +++ b/test/fuzz/fuzz-link-parser/directives.link @@ -0,0 +1,97 @@ +[Match] +Architecture= +Credential= +Driver= +Firmware= +Host= +KernelCommandLine= +KernelVersion= +Kind= +MACAddress= +OriginalName= +Path= +PermanentMACAddress= +Property= +Type= +Virtualization= +[Link] +Description= +MACAddressPolicy= +MACAddress= +NamePolicy= +Name= +AlternativeNamesPolicy= +AlternativeName= +Alias= +TransmitQueues= +ReceiveQueues= +TransmitQueueLength= +MTUBytes= +BitsPerSecond= +Duplex= +AutoNegotiation= +WakeOnLan= +WakeOnLanPassword= +Port= +ReceiveChecksumOffload= +TransmitChecksumOffload= +GenericSegmentationOffload= +TCPSegmentationOffload= +TCP6SegmentationOffload= +UDPSegmentationOffload= +GenericReceiveOffload= +GenericReceiveOffloadHardware= +LargeReceiveOffload= +ReceiveVLANCTAGHardwareAcceleration= +TransmitVLANCTAGHardwareAcceleration= +ReceiveVLANCTAGFilter= +TransmitVLANSTAGHardwareAcceleration= +NTupleFilter= +RxChannels= +TxChannels= +OtherChannels= +CombinedChannels= +Advertise= +RxBufferSize= +RxMiniBufferSize= +RxJumboBufferSize= +TxBufferSize= +RxFlowControl= +TxFlowControl= +AutoNegotiationFlowControl= +GenericSegmentOffloadMaxBytes= +GenericSegmentOffloadMaxSegments= +RxCoalesceSec= +RxMaxCoalescedFrames= +RxCoalesceIrqSec= +RxMaxCoalescedIrqFrames= +TxCoalesceSec= +TxMaxCoalescedFrames= +TxCoalesceIrqSec= +TxMaxCoalescedIrqFrames= +StatisticsBlockCoalesceSec= +UseAdaptiveRxCoalesce= +UseAdaptiveTxCoalesce= +CoalescePacketRateLow= +RxCoalesceLowSec= +RxMaxCoalescedLowFrames= +TxCoalesceLowSec= +TxMaxCoalescedLowFrames= +CoalescePacketRateHigh= +RxCoalesceHighSec= +RxMaxCoalescedHighFrames= +TxCoalesceHighSec= +TxMaxCoalescedHighFrames= +CoalescePacketRateSampleIntervalSec= +MDI= +SR-IOVVirtualFunctions= +[SR-IOV] +VirtualFunction= +MACSpoofCheck= +VLANId= +VLANProtocol= +QualityOfService= +QueryReceiveSideScaling= +Trust= +LinkState= +MACAddress= diff --git a/test/fuzz/fuzz-link-parser/oss-fuzz-13878 b/test/fuzz/fuzz-link-parser/oss-fuzz-13878 new file mode 100644 index 0000000..dbb2abe --- /dev/null +++ b/test/fuzz/fuzz-link-parser/oss-fuzz-13878 @@ -0,0 +1,4 @@ +[Match] +KernelVersion=t +Virtualization=q +KernelVersion= \ No newline at end of file diff --git a/test/fuzz/fuzz-link-parser/oss-fuzz-13882 b/test/fuzz/fuzz-link-parser/oss-fuzz-13882 new file mode 100644 index 0000000..7c56ec2 Binary files /dev/null and b/test/fuzz/fuzz-link-parser/oss-fuzz-13882 differ -- cgit v1.2.3