mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-03 17:58:49 +00:00
To avoid differing logic for serializing and deserializing similar types, move the logic into separate helpers. Also, adds security checks like VERIFY to avoid reading past the end of the serialized data. If we try to read past the end of the serialized data, either our program logic is wrong or our serialized data has somehow been corrupted. Therefore, at least currently, it is better to crash by VERIFYing. |
||
---|---|---|
.. | ||
Blob.cpp | ||
Blob.h | ||
Blob.idl | ||
BlobURLStore.cpp | ||
BlobURLStore.h | ||
File.cpp | ||
File.h | ||
File.idl | ||
FileList.cpp | ||
FileList.h | ||
FileList.idl | ||
FileReader.cpp | ||
FileReader.h | ||
FileReader.idl |