Closed BenBudr closed 8 months ago
Small fix to one C++ test. EXPECT_STREQ macro expects a c-string (i.e. null-terminated), which aOut was not (explicitly). Extended buffer to accomodate zero byte and explicitly zeroed. Test was failing on my aging CentOS environment but passes now.
Small fix to one C++ test. EXPECT_STREQ macro expects a c-string (i.e. null-terminated), which aOut was not (explicitly). Extended buffer to accomodate zero byte and explicitly zeroed. Test was failing on my aging CentOS environment but passes now.