* Chris Packham via Gcc: > Is there any attribute I can set on the memset like functions that will let > gcc know to perform the same kinds of checks as the standard memset > function?
There's the “access” function attribute. It covers at least some aspects. Thanks, Florian
