mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
567b681299
The MariaDB code base uses strcat() and strcpy() in several places. These are known to have memory safety issues and their usage is discouraged. Common security scanners like Flawfinder flags them. In MariaDB we should start using modern and safer variants on these functions. This is similar to memory issues fixes in |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dbug.c | ||
dbug_add_tags.pl | ||
dbug_long.h | ||
example1.c | ||
example2.c | ||
example3.c | ||
factorial.c | ||
main.c | ||
monty.doc | ||
my_main.c | ||
remove_function_from_trace.pl | ||
tests-t.pl | ||
tests.c | ||
user.r |