C++: Change note for UsingStrcpyAsBoolean.ql

This commit is contained in:
Jonas Jensen 2019-01-09 14:17:18 +01:00
Родитель 92fbea4e41
Коммит 7ff94e894a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,7 @@
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
| 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. |
## Changes to existing queries