Skip to content

Conversation

ip-gpu
Copy link

@ip-gpu ip-gpu commented Oct 30, 2017

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

V533 It is likely that a wrong variable is being incremented inside the 'for' operator. Consider reviewing 'i'. sparsematrix.inl 212
V535 The variable 'i' is being used for this loop and for the outer loop. Check lines: 255, 256. geometry.h 256
V607 Ownerless expression 'j < remains'. allocator.h 120

V533 It is likely that a wrong variable is being incremented inside the 'for' operator. Consider reviewing 'i'. sparsematrix.inl 212
V535 The variable 'i' is being used for this loop and for the outer loop. Check lines: 255, 256. geometry.h 256
V607 Ownerless expression 'j < remains'. allocator.h 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant