On Thu, 2 Mar 2023 14:39:17 -0800 Kees Cook wrote: > I've improved the reporting, and yeah, it's due to the declaration: > > memcpy: detected buffer overflow: 4096 byte read from buffer of size 1 > > But that's an easy fix -- this has been done in lots of other places. It > needs to be an array, not a single char. (I'm surprised we hadn't seen > this before.) LGTM, feel free to add my Tested-by, if that matters :) Thanks!