================
@@ -190,7 +206,11 @@ class LlvmLibcRealpathTest : public 
LIBC_NAMESPACE::testing::ErrnoCheckingTest {
   }
 
 private:
-  char buf_[PATH_MAX];
+  // Buffer for storing realpath output.
+  char realpath_buf_[PATH_MAX];
----------------
jtstogel wrote:

Thanks, done

https://github.com/llvm/llvm-project/pull/209374
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to