mirror of
https://github.com/github/codeql.git
synced 2026-02-23 10:23:41 +01:00
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
@@ -145,8 +145,8 @@ predicate isLikelyConversionConstant(int c) {
|
||||
32044, // Fliegel-van Flandern JDN epoch shift
|
||||
1721425, // JDN of 0001‑01‑01 (Gregorian)
|
||||
1721119, // alt epoch offset
|
||||
2400000, // MJD → JDN conversion
|
||||
2400001, // alt MJD → JDN conversion
|
||||
2400000, // MJD -> JDN conversion
|
||||
2400001, // alt MJD -> JDN conversion
|
||||
2141, // fixed‑point month/day extraction
|
||||
65536, // observed in some conversions
|
||||
7834, // observed in some conversions
|
||||
|
||||
Reference in New Issue
Block a user