summaryrefslogtreecommitdiff
path: root/strings/strmake.c
diff options
context:
space:
mode:
authorunknown <tnurnberg@mysql.com/white.intern.koehntopp.de>2007-12-17 10:43:19 +0100
committerunknown <tnurnberg@mysql.com/white.intern.koehntopp.de>2007-12-17 10:43:19 +0100
commitf95ae05029eb45bd11b76fb7fca26b92624b4c59 (patch)
tree0ab7f3332b40d68f952951d3f41e691d8bf4634c /strings/strmake.c
parentadfbe1fb82d43e0e22d56a29cccfe71ff72eb802 (diff)
downloadmariadb-git-f95ae05029eb45bd11b76fb7fca26b92624b4c59.tar.gz
Bug#31752: check strmake() bounds
build fixes strings/strmake.c: build fix
Diffstat (limited to 'strings/strmake.c')
-rw-r--r--strings/strmake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strmake.c b/strings/strmake.c
index 05b5878d99c..df8d78e8476 100644
--- a/strings/strmake.c
+++ b/strings/strmake.c
@@ -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
/*