mirror of
https://github.com/apple/swift-protobuf.git
synced 2026-06-16 10:24:34 +00:00
Looking at the fuzz coverage https://storage.googleapis.com/oss-fuzz-coverage/swift-protobuf/reports/20210903/linux/report.html One thing that sticks out is nothing testing serialization, so add serialization when a message was parsed just to ensure things are safe there also.