Skip to content

Fix TIME command microseconds overflow under 32-bits#11368

Merged
oranagra merged 1 commit intoredis:unstablefrom
enjoy-binbin:fix_time_overflow_in_32bit
Oct 9, 2022
Merged

Fix TIME command microseconds overflow under 32-bits#11368
oranagra merged 1 commit intoredis:unstablefrom
enjoy-binbin:fix_time_overflow_in_32bit

Conversation

@enjoy-binbin
Copy link
Contributor

The old server.unixtime*1000000 will overflow in 32-bits.
This was introduced in #10300 (not released).

The old `server.unixtime*1000000` will overflow in 32-bits.
This was introduced in redis#10300 (not released).
@enjoy-binbin enjoy-binbin requested a review from oranagra October 9, 2022 14:56
@oranagra oranagra merged commit 1cc511d into redis:unstable Oct 9, 2022
@enjoy-binbin enjoy-binbin deleted the fix_time_overflow_in_32bit branch October 9, 2022 15:04
madolson pushed a commit to madolson/redis that referenced this pull request Apr 19, 2023
The old `server.unixtime*1000000` will overflow in 32-bits.
This was introduced in redis#10300 (not released).
enjoy-binbin added a commit to enjoy-binbin/redis that referenced this pull request Jul 31, 2023
The old `server.unixtime*1000000` will overflow in 32-bits.
This was introduced in redis#10300 (not released).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants