You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Year 2038 Problem in Sntp_ConvertToUnixTime (#104)
* Fix year 2038 problem
* Fix bound checking test and remove the case for SntpErrorTimeNotSupported
* Fix CBMC failure
* Add underflow check
* Fix formatting
* Fix CI issue with python version
* Fix CI issue with python version
* Fix coverage tests to run with respect to Ubuntu 24.04
* Fix CI check for lcov V2.3.1
* Fix CI check for lcov V2.3.1
* Fix CI check for lcov V2.3.1
* Add ruby installation for coverage
* Fix coverage fail
* Fix CI check
* Fix CI check
* Fix lcov: ERROR
* Add comments
* Address review comments
* Fix doxygen build
* Address review comments
__CPROVER_assert( ( sntpStatus==SntpErrorBadParameter||sntpStatus==SntpErrorTimeNotSupported||sntpStatus==SntpSuccess ), "The return value is not a valid SNTP Status" );
45
+
__CPROVER_assert( ( sntpStatus==SntpErrorBadParameter||sntpStatus==SntpSuccess ), "The return value is not a valid SNTP Status" );
0 commit comments