KindDragon / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
1.01k stars 314 forks source link

Update changelog for v2.5.7 #79

Closed dcristoloveanu closed 3 years ago

dcristoloveanu commented 3 years ago

Update changelog for v2.5.7

dcristoloveanu commented 3 years ago

Wrong repo to PR too.

ghost commented 3 years ago

DeepCode's analysis on #73ece1 found:

Description Example fixes
Mismatching loop check and update. Occurrences: :wrench: Example fixes
The expression will always evaluate to true because both sides always hold the same value. Occurrences: :wrench: Example fixes
Use empty instead of equals comparison of size to check for emptiness of std::vector. Occurrences: :wrench: Example fixes

👉 View analysis in DeepCode’s Dashboard | Configure the bot