nut plugin: fix warning
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 May 2018 22:27:58 +0000 (00:27 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 May 2018 22:27:58 +0000 (00:27 +0200)
commit67b77875fa96f683987d639b29437bfbf941c4f6
tree4be27872655f23564b4603ff6f6842b72c946aae
parent14d5571cccff7d32a75956cec5a2805e8249dfad
nut plugin: fix warning

  CC       src/nut_la-nut.lo
In function ‘nut_ca_path’,
    inlined from ‘nut_config.part.1’ at src/nut.c:181:12,
    inlined from ‘nut_config’:
src/nut.c:148:5: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
     strncpy(ca_path, value, (strlen(value) + 1));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/nut.c: In function ‘nut_config’:
src/nut.c:148:30: note: length computed here
     strncpy(ca_path, value, (strlen(value) + 1));
                              ^~~~~~~~~~~~~
  CCLD     nut.la
src/nut.c