SWDEV-271888 - Remove an explanation link

Change-Id: I157adac7a248d50ee8db677c19be20c00fcd5ecc


[ROCm/clr commit: 47f8d55313]
Этот коммит содержится в:
German Andryeyev
2021-02-05 17:28:28 -05:00
родитель d94bfc6d91
Коммит d43cf72481
+1 -3
Просмотреть файл
@@ -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