SWDEV-428634 - Fix vla array in hip-tests

Change-Id: I98891d79ac0b141fb0ffda28ffda3dcb3e65c326


[ROCm/hip-tests commit: 03b6ca735f]
Šī revīzija ir iekļauta:
Konstantin Zhuravlyov
2023-10-23 17:15:10 -04:00
revīziju iesūtīja Rahul Garg
vecāks edbcc42f3b
revīzija 18749eac96
@@ -119,7 +119,7 @@ class TestContext {
static std::string getEnvVar(std::string var) {
#if defined(_WIN32)
rsize_t MAX_LEN = 4096;
constexpr rsize_t MAX_LEN = 4096;
char dstBuf[MAX_LEN];
size_t dstSize;
if (!::getenv_s(&dstSize, dstBuf, MAX_LEN, var.c_str())) {