Update cpp/ql/src/change-notes/2024-01-29-false_positive_incorrect_string_type_conversion.md

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2024-01-29 09:35:59 -05:00
committed by GitHub
parent 6f17c432d9
commit 308a3b533f

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* Corrected 2 false positive with `cpp/incorrect-string-type-conversion`: conversion of byte arrays to w_char and new array allocations converted to w_char.
* Corrected 2 false positive with `cpp/incorrect-string-type-conversion`: conversion of byte arrays to wchar and new array allocations converted to wchar.