Bug#31752: check strmake() bounds

build fixes
parent 94d7b827
......@@ -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
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment