Skip to content

Commit 97181ce

Browse files
committed
Add change notes for recent rule fixes and false positive/negative corrections
1 parent 5e33e2d commit 97181ce

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- `RULE-1-2` - `LanguageExtensionsShouldNotBeUsed.ql`: fixed a false negative where `_Decimal32`,
2+
`_Decimal64` and `_Decimal128` declarations were no longer reported as compiler extensions.
3+
- `ENV30-C`, `RULE-21-19`, `RULE-25-5-2`: fixed a duplicate alert reported for the same pointer
4+
write.
5+
- `INT31-C` - `IntegerConversionCausesDataLoss.ql`: fixed a false positive on the standard-permitted
6+
`(time_t)-1` conversion.
7+
- `RULE-14-3` - `ControllingExprInvariant.ql`: fixed a false negative where a loop's compound
8+
controlling expression that always evaluates to false was incorrectly permitted.

0 commit comments

Comments
 (0)