mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
I am not sure if this is related to the random crashes on Linux, but the wrong C++ std::string constructors were being called because of bad use of c-style array dereferencing. The correct C++ std::string constructors are being called now.