Created: 2026-05-02
For: Robert Edmonds (protobuf-c maintainer)
Re: GitHub PR #800 verification request
This document provides a minimal test case for the size_t→unsigned truncation issue reported in PR #800. The vulnerability exists at protobuf-c.c:3244 where repeated-field element counts are truncated from size_t to unsigned during the allocation phase.