This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Wrap string operations for safety concerns #687
Labels
C-bug
Category - Something isn't working
C-refactor
Category - Improvement
P-medium
Priority - Medium, not hurry but needed
In #683 (comment), we discussed the safety concerns in the current string operations. We may implement wrappers for these string operations (e.g.
strncpy
) which allows us operate strings safely.The text was updated successfully, but these errors were encountered: