On 7/20/21 10:08 AM, Jeff Law wrote:
On 7/14/2021 7:49 PM, Martin Sebor via Gcc-patches wrote:
Access warnings look through calls to the subset of built-ins
that return one of their pointer arguments to find the object
the pointer it points to and its offset. The computation is
wrong for func
On 7/14/2021 7:49 PM, Martin Sebor via Gcc-patches wrote:
Access warnings look through calls to the subset of built-ins
that return one of their pointer arguments to find the object
the pointer it points to and its offset. The computation is
wrong for functions like stpcpy, stpncpy and mempcp
Access warnings look through calls to the subset of built-ins
that return one of their pointer arguments to find the object
the pointer it points to and its offset. The computation is
wrong for functions like stpcpy, stpncpy and mempcpy that
return a pointer plus some offset, and leads to a false