mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
If we serialize a string followed by some other object, the deserialize helper would just happily keep appending bytes to the string until the end of the serialization buffer. Avoid doing that by checking the string length for figuring out when the string actually ends.
16 KiB
16 KiB