Christopher Friedt created THRIFT-5661: ------------------------------------------
Summary: lib: cpp: TOutput: add zephyr-specific strerror_s implementation Key: THRIFT-5661 URL: https://issues.apache.org/jira/browse/THRIFT-5661 Project: Thrift Issue Type: Improvement Components: C++ - Compiler, C++ - Library Reporter: Christopher Friedt Assignee: Christopher Friedt In Zephyr, optimize {{TOutput::strerror_s}} to minimize (stack) space. The Zephyr string error table is in ROM in any case, so string values will not be overwritten. PR is here: [https://github.com/apache/thrift/pull/2680] See also: [https://github.com/zephyrproject-rtos/gsoc-2022-thrift/issues/147] -- This message was sent by Atlassian Jira (v8.20.10#820010)