Files
MariaDB/sql-common
Marko Mäkelä 70960bd33d UBSAN: Fix a bit shift overflow
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.
2020-09-23 12:42:30 +03:00
..
2020-09-23 12:42:30 +03:00
2019-05-13 17:54:04 +03:00
2019-05-13 17:54:04 +03:00
2019-08-20 09:15:28 +03:00
2019-05-11 22:19:05 +03:00
2019-05-13 17:54:04 +03:00