mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
Bug#31752: check strmake() bounds
build fixes
This commit is contained in:
parent
94d7b8273f
commit
491b664fad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue