mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
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. |
||
|---|---|---|
| .. | ||
| client.c | ||
| client_plugin.c | ||
| conf_to_src.c | ||
| errmsg.c | ||
| my_time.c | ||
| my_user.c | ||
| mysql_async.c | ||
| pack.c | ||