Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 261 Bytes

2022-08-12-fix-RULE-11-1-false-negative.md

File metadata and controls

3 lines (3 loc) · 261 Bytes
  • RULE-11-1 - ConversionBetweenFunctionPointerAndOtherType.ql:
    • A result is now reported for an implicit conversion of a pointer to a function into a pointer to a function with an incompatible type.
    • Modified the test to reflect the fixed coverage.