On Wed, Aug 18, 2021 at 7:08 AM Kees Cook <keescook@xxxxxxxxxxxx> wrote: > > Clang can additionally use alloc_size to informt the results of Typo. > Additionally disables -Wno-alloc-size-larger-than since the allocators Disables -Walloc-size-larger-than? > already reject SIZE_MAX, and the compile-time warnings aren't helpful. Perhaps a bit more context here (and/or in the comment in the Makefile) would be nice: i.e. why are they not helpful (even if rejected by the allocators). Cheers, Miguel