- Timestamp:
- Oct 30, 2018 1:25:25 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126259
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp
r75176 r75177 59 59 && pThis->Time.u8Second <= 60) 60 60 { 61 /* Suppress leap seconds and work around clever rounding error in DER_CFDateToUTCTime() on OS X. */ 61 /* Work around clever rounding error in DER_CFDateToUTCTime() on OS X. This also 62 supresses any attempt at feeding us leap seconds. If we pass 60 to the 63 normalization code we'll move on to the next min/hour/day, which is wrong both 64 for the OS X issue and for unwanted leap seconds. */ 62 65 if (pThis->Time.u8Second < 60) 63 66 { /* likely */ }
Note:
See TracChangeset
for help on using the changeset viewer.