mirror of
https://github.com/MariaDB/server.git
synced 2025-03-02 01:03:12 +01:00
![]() Fix Bug#36149 Read buffer overflow in srv0start.c found during "make test" Use strncmp(3) instead of memcmp(3) to avoid reading past end of the string if it is empty (*str == '\0'). This bug is _not_ a buffer overflow. Discussed with: Sunny (via IM) |
||
---|---|---|
.. | ||
srv0que.c | ||
srv0srv.c | ||
srv0start.c |