From d43cf72481978ec00e8228de804d99300fa210b5 Mon Sep 17 00:00:00 2001 From: German Andryeyev Date: Fri, 5 Feb 2021 17:28:28 -0500 Subject: [PATCH] SWDEV-271888 - Remove an explanation link Change-Id: I157adac7a248d50ee8db677c19be20c00fcd5ecc [ROCm/clr commit: 47f8d55313129706eac84fd58ad5f4360593466f] --- projects/clr/rocclr/os/os_posix.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/clr/rocclr/os/os_posix.cpp b/projects/clr/rocclr/os/os_posix.cpp index 1210e291f1..6f63a2aa39 100644 --- a/projects/clr/rocclr/os/os_posix.cpp +++ b/projects/clr/rocclr/os/os_posix.cpp @@ -480,9 +480,7 @@ int Os::printf(const char* fmt, ...) { // command-line arguments with arguments containing spaces between double-quotes. // // In order to avoid duplication of memory, we use vfork()+exec(). vfork() has -// potiential security risks; read the following for details: -// -// https://www.securecoding.cert.org/confluence/display/seccode/POS33-C.+Do+not+use+vfork() +// potiential security risks; // // In spite of these risks, the alternatives (system() or fork()) create resource // issues when running conformance test_allocation which stretches the system