You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce it (as minimally and precisely as possible):
Issue make command
Anything else we need to know?:
Output:
In function ‘strncpy’,
inlinedfrom‘pxd_fastpath_update’at/root/workspace/px-fuse/pxd.c:1962:3:
./include/linux/string.h:245:9: error: ‘__builtin_strncpy’ output may be truncated copying 127 bytes from a string of length 255 [-Werror=stringop-truncation]
245 | return __builtin_strncpy(p, q, size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
BUG REPORT:
Compilation issue:
How to reproduce it (as minimally and precisely as possible):
Issue make command
Anything else we need to know?:
Output:
Environment:
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
The text was updated successfully, but these errors were encountered: