Artem Buslov
Artem Buslov
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warnings: * It's odd that 'sizeof()' operator evaluates the size of...
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: There are identical sub-expressions to the left and to the...
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: Potentially uninitialized variable 'maxLine' used.
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: Not all members of a class are initialized inside the...
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: [V614](https://www.viva64.com/en/w/v614) Potentially uninitialized variable 'result' used.
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: There might be dereferencing of a potential null pointer 'Node'.
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: The potential null pointer is passed into 'sprintf' function.
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: realloc() possible leak: when realloc() fails in allocating memory, original...
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: Consider inspecting the '1
I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warning: Pointer to local array is stored outside the scope of...