Crow is an HTTP server written in a C++. While triaging a different vulnerability, they stumbled across an issue that required nothing special! If a file was smaller than 16KB, then the request would be padded with information from the uninitialized stack buffer it was copied from. It is amazing that this information disclosure was never caught beforehand, since it was easy to trigger. Good bug find!