Merge commit 'c807ffc3249e07220365bef8dd34511bb1dd0794' into mntm-dev

This commit is contained in:
Willy-JL
2024-10-31 18:05:27 +00:00
9 changed files with 117 additions and 12 deletions

View File

@@ -85,7 +85,7 @@ static bool default_text_assign(
context->buffer = realloc(context->buffer, context->buffer_size); //-V701
}
// Also trim excess previous data with strlcpy()
strlcpy(context->buffer, value.string, context->buffer_size);
strlcpy(context->buffer, value.string, context->buffer_size); //-V575
text_input_set_result_callback(
input,
(TextInputCallback)input_callback,