|
RawSpeed
fast raw decoding library
|
#include "decompressors/UncompressedDecompressor.h"#include "MemorySanitizer.h"#include "adt/Casts.h"#include "adt/Point.h"#include "bitstreams/BitStreams.h"#include "common/RawImage.h"#include "common/RawspeedException.h"#include "fuzz/Common.h"#include "io/Buffer.h"#include "io/ByteStream.h"#include "io/Endianness.h"#include <cassert>#include <cstddef>#include <cstdint>Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size ) |
Definition at line 38 of file UncompressedDecompressor.cpp.
References assert(), rawspeed::MSan::CheckMemIsInitialized(), rawspeed::RawImageData::createData(), CreateRawImage(), rawspeed::RawImageData::dim, rawspeed::RawImageData::getByteDataAsUncroppedArray2DRef(), rawspeed::ByteStream::getI32(), rawspeed::ByteStream::getSubStream(), rawspeed::implicit_cast(), rawspeed::JPEG, rawspeed::little, rawspeed::LSB, rawspeed::MSB, rawspeed::MSB16, rawspeed::MSB32, rawspeed::UncompressedDecompressor::readUncompressedRaw(), and ThrowRSE.