mariadb/srv
vasil 08c4820dd2 branches/5.1:
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)
2008-05-28 12:01:14 +00:00
..
srv0que.c Merge r1239 from 2007-01-18 21:27:31 +00:00
srv0srv.c branches/5.1: 2008-05-27 07:40:07 +00:00
srv0start.c branches/5.1: 2008-05-28 12:01:14 +00:00