commit | 5a41a88472df2ecfb2ce1a6746ed9cd59ac37ed2 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Fri Aug 15 23:28:47 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Wed Aug 20 23:48:26 2025 +0300 |
tree | c73afcb0286192c88edded95d595a39604f2d0f1 | |
parent | b79193f92c1c52e439d6ac02947a032004fb1ca4 [diff] |
crt: Move private state_mbrlen/state_mbrtowc/state_mbsrtowcs variables to corresponding functions This prevents potential usage of them in incorrect function, as those variables are local just for a function with global state. Signed-off-by: Martin Storsjö <martin@martin.st>