Skip to content

MDEV-35987 - Minimize unsafe C functions usage - replace strcat() and strcpy() - continues - #2514

Draft
Chaloff wants to merge 8625 commits into
MariaDB:10.4from
Chaloff:c_string_function_fixes
Draft

MDEV-35987 - Minimize unsafe C functions usage - replace strcat() and strcpy() - continues#2514
Chaloff wants to merge 8625 commits into
MariaDB:10.4from
Chaloff:c_string_function_fixes

Conversation

@Chaloff

@Chaloff Chaloff commented Mar 1, 2023

Copy link
Copy Markdown
Contributor

Description

Similar to 567b681 continue to replace use of strcat() and strcpy() with safer
custom methods safe_strcat() and safe_strcpy().

How can this PR be tested?

All build stages pass for these commits.

Basing the PR against the correct MariaDB version

  • This is a bug fix and the PR is based against the earliest branch in which the bug can be reproduced

Backward compatibility

The changes are fully backward compatible.

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the BSD-new
license. I am contributing on behalf of my employer Amazon Web Services

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

External Contribution All PRs from entities outside of MariaDB Foundation, Corporation, Codership agreements. need feedback Can the contributor please address the questions asked.

Development

Successfully merging this pull request may close these issues.