Skip to content

Commit 6fd0ca3

Browse files
Merge pull request #4775 from MicrosoftDocs/main638334199505067908sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 5bde614 + a77bf47 commit 6fd0ca3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/code-quality/c6053.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ size_t f( )
6969
}
7070
```
7171
72-
You should note that this warning is sometimes reported on certain idioms guaranteed to be safe in practice. Because of the frequency and potential consequences of this defect, the analysis tool is biased in favor of finding potential issues instead of its typical bias of reducing noise.
72+
## Heuristics
73+
74+
This warning is sometimes reported on certain idioms guaranteed to be safe in practice. Because of the frequency and potential consequences of this defect, the analysis tool is biased in favor of finding potential issues instead of its typical bias of reducing noise.
7375
7476
## See also
7577

0 commit comments

Comments
 (0)