chromium/chrome/services/file_util/single_file_tar_reader_fuzzer.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <stdint.h>

#include <vector>

#include "chrome/services/file_util/single_file_tar_reader.h"
#include "third_party/fuzztest/src/fuzztest/fuzztest.h"

void ExtractChunkNeverCrashes(
    const std::vector<std::vector<uint8_t>>& src_buffers) {}

FUZZ_TEST(SingleFileTarReaderTest, ExtractChunkNeverCrashes);