mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
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 | ||