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

Sérgio Basto <sergio at serjux dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergio at serjux dot com

--- Comment #1 from Sérgio Basto <sergio at serjux dot com> ---
btw and this warning  [1] make sense ? 

[1]
mongoose.c: In function 'mg_resolve_async_opt':
mongoose.c:10791:3: error: 'strncpy' specified bound 1024 equals destination
size [-Werror=stringop-truncation]
   strncpy(req->name, name, sizeof(req->name));

Reply via email to