Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 440 Bytes

File metadata and controls

3 lines (3 loc) · 440 Bytes
  • RULE-1-3 - OccurrenceOfUndefinedBehavior.ql:
    • Improve alert message to report the undefined behavior triggered.
    • Address both false positives and false negatives in identifying standard compliant main methods. Previously, void main() was considered permitted and int main(void) banned. In addition, we now detect main methods as standard compliant if they use typedefs, and if arrays are used in the definition of argv.