NEAT icon indicating copy to clipboard operation
NEAT copied to clipboard

Fix V645 warning from PVS-Studio Static Analyzer

Open buslov opened this issue 7 years ago • 0 comments

I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio.

Warning: V645 The 'strncat' function call could lead to the 'metadata' buffer overflow. The bounds should not contain the size of the buffer, but a number of characters it can hold.

buslov avatar Nov 16 '17 18:11 buslov