Skip to content

Write safe C-String copy function #3

@wpafbo79

Description

@wpafbo79

As a developer, I want a safe way to copy C-Strings so that the buffers are always null terminated to prevent buffer overruns.

Dealing with binary files, it will be necessary to copy out byte arrays as C-Strings and ensuring these are handled properly before being placed in safer structures like std::string will be important.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions