mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#31752: check strmake() bounds
build fixes
This commit is contained in:

parent
94d7b8273f
commit
491b664fad
@ -27,7 +27,7 @@
|
||||
#include <my_global.h>
|
||||
#include "m_string.h"
|
||||
|
||||
char *strmake(register char *dst, register const char *src, uint length)
|
||||
char *strmake(register char *dst, register const char *src, size_t length)
|
||||
{
|
||||
#ifdef EXTRA_DEBUG
|
||||
/*
|
||||
|
Reference in New Issue
Block a user