mirror of
https://github.com/status-im/evmc.git
synced 2025-02-24 08:58:12 +00:00
The strcpy_sx() now reports errors and behaves as strcpy_s() when buffer is too small (nulls the buffer). But it does not have all the checks.