On Mon, Oct 9, 2023 at 12:10 PM Kees Cook <[email protected]> wrote: > > Prepare for the coming implementation by GCC and Clang of the __counted_by > attribute. Flexible array members annotated with __counted_by can have > their accesses bounds-checked at run-time via CONFIG_UBSAN_BOUNDS (for > array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family > functions). > > Add __counted_by for struct p54_cal_database. > > Cc: Christian Lamparter <[email protected]> > Cc: Kalle Valo <[email protected]> > Cc: "Gustavo A. R. Silva" <[email protected]> > Cc: [email protected] > Cc: [email protected] > Suggested-by: Jason Andryuk <[email protected]> > Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Jason Andryuk <[email protected]> Thanks, Jason
