tvkitchen / utilities

Standalone packages and tools used by appliances and implementations.
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Prevent overflows #14

Closed slifty closed 3 years ago

slifty commented 3 years ago

Description

This PR fixes an issue where large timestamps (over 2^32) would result in integer overflows.

Related Issues

Resolves #12