SWDEV-271888 - Remove an explanation link

Change-Id: I157adac7a248d50ee8db677c19be20c00fcd5ecc
This commit is contained in:
German Andryeyev
2021-02-05 17:28:28 -05:00
والد c82cda6a7c
کامیت 47f8d55313
+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