commit | efd2bac1564f8141a4eab1bf8779b412974b8d69 | [log] [tgz] |
---|---|---|
author | Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> | Tue Mar 06 16:04:35 2018 +0530 |
committer | Xiang Zhang <angwerzx@126.com> | Tue Mar 06 18:34:35 2018 +0800 |
tree | 1315dffee21c21349dff1667ec9927e4380b7fa9 | |
parent | b9650a04a81355c8a7dcd0464c28febfb4bfc0a9 [diff] |
Fix strncpy warning with gcc 8 (#5840) The length in strncpy is one char too short and as a result it leads to a build warning with gcc 8. Comment out the strncpy since the interpreter aborts immediately after anyway.