mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
Problem: When we have a really large number (between 2^63 and 2^64) as the left side of the mod operator, it gets improperly corerced into a signed value. Solution: Added check to see if the "negative" number is really positive, and if so, cast it.
10 KiB
10 KiB