Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
FuzzSkDescriptorDeserialize.cpp File Reference
#include "src/core/SkDescriptor.h"
#include "src/core/SkReadBuffer.h"

Go to the source code of this file.

Functions

void FuzzSkDescriptorDeserialize (const uint8_t *data, size_t size)
 

Function Documentation

◆ FuzzSkDescriptorDeserialize()

void FuzzSkDescriptorDeserialize ( const uint8_t *  data,
size_t  size 
)

Definition at line 11 of file FuzzSkDescriptorDeserialize.cpp.

11 {
14 if (!sut.has_value()) {
15 return;
16 }
17
18 auto desc = sut->getDesc();
19
20 desc->computeChecksum();
21 desc->isValid();
22
23 // An arbitrary number
24 uint32_t tagToFind = 117;
25
26 uint32_t ignore;
27 desc->findEntry(tagToFind, &ignore);
28}
static std::optional< SkAutoDescriptor > MakeFromBuffer(SkReadBuffer &buffer)
static const uint8_t buffer[]
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
Definition switches.h:41
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
Definition switches.h:259