mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The thrift methods loadCertificateFromBuffer(), loadPrivateKeyFromBuffer(), and loadTrustedCertificatesFromBuffer() expect a null-terminated string. Append '\0' to each array used to hold a certificate in thrift samples and tests. Signed-off-by: Christopher Friedt <cfriedt@meta.com>