From: Andrew Cooper Date: Mon, 16 Dec 2019 15:20:38 +0000 (+0000) Subject: Doxygen: Fix ref linkage for xsa-consoleio-write X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8afcfc0c18de7a9a40aa0eb671772f9de577ccbf;p=people%2Fandrewcoop%2Fxen-test-framework.git Doxygen: Fix ref linkage for xsa-consoleio-write Signed-off-by: Andrew Cooper --- diff --git a/docs/all-tests.dox b/docs/all-tests.dox index 7c0b1a5..a725248 100644 --- a/docs/all-tests.dox +++ b/docs/all-tests.dox @@ -143,7 +143,7 @@ XSA-293 - See @ref test-pv-fsgsbase. @subpage test-xsa-298 - missing descriptor table limit checking in x86 PV emulation. -@subpage test-xsa-consoleio-write - CONSOLEIO_write stack overflow +@subpage test-xsa-consoleio-write - CONSOLEIO_write stack overflow. @subpage test-xsa-308 - VMX: VMentry failure with debug exceptions and blocked states. diff --git a/tests/xsa-consoleio-write/main.c b/tests/xsa-consoleio-write/main.c index 11fd5c8..018da46 100644 --- a/tests/xsa-consoleio-write/main.c +++ b/tests/xsa-consoleio-write/main.c @@ -2,6 +2,8 @@ * @file tests/xsa-consoleio-write/main.c * @ref test-xsa-consoleio-write * + * @page test-xsa-consoleio-write CONSOLEIO_write stack overflow + * * This issue was discovered before it made it into any released version of * Xen. Therefore, no XSA or CVE was issued. *