[Bug 575938] etTimeHelpers_convertToMSec only works for the first 25 (24.855....) Days due to int32 overflow.
| | |
| --- | --- |
| Bugzilla Link | [575938](https://bugs.eclipse.org/bugs/show_bug.cgi?id=575938) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 13, 2021 02:49 EDT |
| Modified | Sep 13, 2021 02:49 EDT |
| Version | 3.1 |
## Description
etTimeHelpers_convertToMSec only works for the first 25 (24.855....) Days due to int32 overflow.
This might lead to hard to find bugs. At least the function documentation should containe a "WARNING". Alternatively that function could be replaced with a int64 variant.
issue