Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ff94e8

Browse files
committed
C++: Change note for UsingStrcpyAsBoolean.ql
1 parent 92fbea4 commit 7ff94e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.20/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
| **Query** | **Tags** | **Purpose** |
1010
|-----------------------------|-----------|--------------------------------------------------------------------|
11+
| Use of string copy function in a condition (`cpp/string-copy-return-value-as-boolean`) | correctness | This rule flags calls to string copy functions used in conditions, where it's likely that a different function was intended to be called. |
1112

1213
## Changes to existing queries
1314

0 commit comments

Comments
 (0)