On Mon, May 20, 2024 at 4:28 PM Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: Hi Dmitry, > > This fix is the same as [1]. Without checking the return value, > > Wolfram's patch [2] fails our downstream build script. I'm adding my > > r-b, if it makes any difference ;). > > Could you please tell me how exactly it makes your build script to fail? We got an "unused-result warning". Jason made a temporary workaround at https://github.com/linuxwacom/input-wacom/commit/e83a9bb3e48d2d1b52ec709e60f73b9960d568e5. > My concern is that the warnings are not actionable and therefore pretty > much worthless. The return value tells us which strscpy call(s) didn't have enough space. Cheers, Ping