Add change note

This commit is contained in:
Owen Mansel-Chan
2023-10-27 11:08:12 +01:00
parent 581305b234
commit 3c9783c7c9

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The query `go/incorrect-integer-conversion` now correctly recognizes more guards of the form `if val <= x` to protect a conversion `uintX(val)`.