]> xenbits.xensource.com Git - xtf.git/commitdiff
Docs: Fix the generated advisory links
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 19 Dec 2016 17:47:17 +0000 (17:47 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 19 Dec 2016 18:01:32 +0000 (18:01 +0000)
The ./make-new-test.sh script was failing to write the correct URL.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
make-new-test.sh
tests/xsa-191/main.c
tests/xsa-192/main.c
tests/xsa-193/main.c
tests/xsa-194/main.c
tests/xsa-195/main.c
tests/xsa-196/main.c

index 5f21ef5794f3fe382547577fa26bbce3e0b937ab..c78e3747c2adc8dad0cf28a3c72275f3fdecd225 100755 (executable)
@@ -102,7 +102,7 @@ else
     cat <<EOF
  * @page test-$NAME $NAME_UC
  *
- * Advisory: [$NAME_UC](http://xenbits.xen.org/xsa/advisory-${NAME#XSA-}.html)
+ * Advisory: [$NAME_UC](http://xenbits.xen.org/xsa/advisory-${NAME#xsa-}.html)
 EOF
 fi
 
index 12f30e01794ef131f1f12a69fc2455f31fef0172..dea2c8cefb9037f73b245a3d66de0788c369c7bd 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @page test-xsa-191 XSA-191
  *
- * Advisory: [XSA-191](http://xenbits.xen.org/xsa/advisory-xsa-191.html)
+ * Advisory: [XSA-191](http://xenbits.xen.org/xsa/advisory-191.html)
  *
  * Before XSA-191, Xen had several bugs with its handling of segments which
  * shouldn't be eligible for use.  Memory accesses through user segments and
index 6ec71463aac0b60e56c54211b07ff6633760204a..3786c7b1fdb72a112ae8094dab7423208bc2c991 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @page test-xsa-192 XSA-192
  *
- * Advisory: [XSA-192](http://xenbits.xen.org/xsa/advisory-xsa-192.html)
+ * Advisory: [XSA-192](http://xenbits.xen.org/xsa/advisory-192.html)
  *
  * Before XSA-192, a bug existed with Xen's handling of task switches into
  * vm86 mode, whereby LDTR got loaded with vm86 attributes.
index c36c7bf8027e391aea82ab29d8a5ca67d166dde0..7358544a1827da41a6840a5c4818f772ced82e79 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @page test-xsa-193 XSA-193
  *
- * Advisory: [XSA-193](http://xenbits.xen.org/xsa/advisory-xsa-193.html)
+ * Advisory: [XSA-193](http://xenbits.xen.org/xsa/advisory-193.html)
  *
  * Xen change [c42494acb2](http://xenbits.xen.org/gitweb/
  * ?p=xen.git;a=commitdiff;h=c42494acb2f7f31e561d38f06c59a50ee4198f36)
index 0b98a56419b9fa530ddef8b3f6cad1dfed6d6b64..eeab9ed2f46d01d870a81e0db0df54f3dc3224f4 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @page test-xsa-194 XSA-194
  *
- * Advisory: [XSA-194](http://xenbits.xen.org/xsa/advisory-xsa-194.html)
+ * Advisory: [XSA-194](http://xenbits.xen.org/xsa/advisory-194.html)
  *
  * When a guest requests BSD_SYMTAB, Some versions of libelf use a packed
  * struct containing an Elf header, and three Section headers.  These headers
index 5cc2c18d82ab8d350cd07784d82680d4d0c7e72b..8ab15dfca30d3f250e194465554a4e6f831cef5d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @page test-xsa-195 XSA-195
  *
- * Advisory: [XSA-195](http://xenbits.xen.org/xsa/advisory-xsa-195.html)
+ * Advisory: [XSA-195](http://xenbits.xen.org/xsa/advisory-195.html)
  *
  * The `bt` family of instructions can reference an arbitrary bit offset from
  * their memory operand.  The x86 instruction emulator accounts for this by
index 6649c523da9851ff9162a31960b90be59e180e65..8402ae9481d36322530f9aebeea502c301eee2bd 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @page test-xsa-196 XSA-196
  *
- * Advisory: [XSA-196](http://xenbits.xen.org/xsa/advisory-xsa-196.html)
+ * Advisory: [XSA-196](http://xenbits.xen.org/xsa/advisory-196.html)
  *
  * Xen change [36ebf14ebe](http://xenbits.xen.org/gitweb/
  * ?p=xen.git;a=commitdiff;h=36ebf14ebe60310aa22952cbb94de951c158437d)