Re: [PATCH unionfs 3/3] Don't use strncat() with length derived from source string

2021-04-27 Thread Samuel Thibault
Sergey Bugaev, le mar. 27 avril 2021 11:57:03 +0300, a ecrit: > lib.c:154:3: warning: ‘strncpy’ specified bound depends on the length > of the source argument [-Wstringop-overflow=] > It is my understanding, based on > https://gcc.gnu.org/bugzilla//show_bug.cgi?id=88059, that GCC does not > do any

Re: [PATCH unionfs 3/3] Don’t use strncat() with length derived from source string

2021-04-27 Thread Ivan Shmakov
> On 2021-04-27 11:57:03 +0300, Sergey Bugaev wrote: > On Mon, Apr 26, 2021 at 11:10 PM Samuel Thibault wrote: >> Err, but wouldn’t the compiler be able to determine that the size was >> properly computed, and avoid emitting a false-positive warning? > It is my understanding, based on

Re: [PATCH unionfs 3/3] Don't use strncat() with length derived from source string

2021-04-27 Thread Sergey Bugaev
On Mon, Apr 26, 2021 at 11:10 PM Samuel Thibault wrote: > Err, but wouldn't the compiler be able to determine that the size was > properly computed, and avoid emitting a false-positive warning? It is my understanding, based on https://gcc.gnu.org/bugzilla//show_bug.cgi?id=88059, that GCC does not

Re: Bug#909436: libdrm 2.4.102-1: FTBFS on hurd-i386 (updated patches)

2021-04-27 Thread Timo Aaltonen
On 27.4.2021 2.04, Svante Signell wrote: On Mon, 2021-04-26 at 23:43 +0200, Samuel Thibault wrote: Hello Svante, For information, your patch got dropped because of #975658 Yes I know since a long time. And you did not care or anybody else either. So why bother... Why spend time on worthless i