https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105642

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
>   netfs_i_context_init___trans_tmp_1 = __builtin_object_size(ctx, 1);

We newly return -1 here which is fine (cannot be determined).

>   unsigned p_size_field = netfs_i_context_init___trans_tmp_1;
>   if (p_size_field < __fortify_size)
>     __write_overflow_field();

This should check for -1 value.

>   underlying_memset();

Reply via email to