env: Ubuntu 24.04 LTS version: latest Reproduce code ``` Builder bb; bb.add(Value(ValueType::Object)); bb.add("double", Value(-121533977414633621234567.0f)); bb.close(); std::cout << bb.slice().toJson() << std::endl; ``` this code will product **stack smashing detected**. I guess reason is this code <img width="442" alt="Image" src="https://github.com/user-attachments/assets/53d1da56-587a-4030-ba2e-7e8837ca2d15" />