mirror of https://github.com/MariaDB/server
Browse Source
Shifting a 16-bit type by 16 bits is undefined behaviour. The result is at least 32 bits, so let us cast the shift operand to a wider type before shifting.bb-10.2-MDEV-23888
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue