mariadb/sql-common
Christian Gonzalez 8b0f766c6c Minimize unsafe C functions usage
Replace calls to `sprintf` and `strcpy` by the safer options `snprintf`
and `safe_strcpy` in the following directories:

- libmysqld
- mysys
- sql-common
- strings

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer
Amazon Web Services, Inc.
2023-03-08 10:36:25 +00:00
..
client.c Minimize unsafe C functions usage 2023-03-08 10:36:25 +00:00
client_plugin.c Merge 10.2 into 10.3 2019-10-09 13:25:11 +03: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.3 into 10.4, except for MDEV-20265 2019-08-23 08:06:17 +03:00
my_user.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mysql_async.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
pack.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00