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
..
client.c UBSAN: Fix a bit shift overflow 2020-09-23 12:42:30 +03:00
client_plugin.c Fix problem with warnings of new compilers. 2019-10-04 11:03:54 +02:00
conf_to_src.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
errmsg.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
my_time.c Merge 10.1 into 10.2 2019-08-20 09:15:28 +03:00
my_user.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mysql_async.c MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
pack.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00