Commit 47c7031a authored by unknown's avatar unknown

Bug#31752: check strmake() bounds

build fixes


strings/strmake.c:
  build fix
parent 26ee76ad
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <my_global.h> #include <my_global.h>
#include "m_string.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 #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