HashCheck icon indicating copy to clipboard operation
HashCheck copied to clipboard

fixed from PVS-Studio

Open ip-gpu opened this issue 8 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. Warnings:

V668 There is no sense in testing the 'lpHashCheck' pointer against null, as the memory was allocated using the 'new' operator. The exception will be generated in the case of memory allocation error. chashcheckclassfactory.cpp 39

ip-gpu avatar Oct 30 '17 03:10 ip-gpu