about summary refs log tree commit diff
path: root/bugs/cve
diff options
context:
space:
mode:
authorNguyá»…n Gia Phong <cnx@loang.net>2025-02-12 23:26:43 +0900
committerNguyá»…n Gia Phong <cnx@loang.net>2025-02-12 23:26:43 +0900
commit3b1b2f5ee155d69801f4cb7fa0de8fbf2cdd55b7 (patch)
tree3055f7d7d149b3c954fa16096bc62ebf20b644aa /bugs/cve
parentda4e674efd729cb813388c0d3f7d244d4162b168 (diff)
downloadloftix-3b1b2f5ee155d69801f4cb7fa0de8fbf2cdd55b7.tar.gz
March towards REUSE compliance
Diffstat (limited to 'bugs/cve')
-rw-r--r--bugs/cve/2013/7437/1.bmpbin0 -> 74714 bytes
-rw-r--r--bugs/cve/2013/7437/2.bmpbin0 -> 74714 bytes
-rw-r--r--bugs/cve/2016/9557/signed-int-overflow.jp2bin0 -> 444 bytes
-rw-r--r--bugs/cve/2017/14745/crash_1bin0 -> 15461 bytes
-rw-r--r--bugs/cve/2017/15025/3899.crashes.binbin0 -> 31248 bytes
-rw-r--r--bugs/cve/2017/15025/floatexception.elfbin0 -> 64322 bytes
-rw-r--r--bugs/cve/2017/15232/1.jpgbin0 -> 5766 bytes
-rw-r--r--bugs/cve/2017/15232/2.jpgbin0 -> 5520 bytes
-rw-r--r--bugs/cve/2017/5969/crash-libxml2-recover.xml27
9 files changed, 27 insertions, 0 deletions
diff --git a/bugs/cve/2013/7437/1.bmp b/bugs/cve/2013/7437/1.bmp
new file mode 100644
index 0000000..ae46ede
--- /dev/null
+++ b/bugs/cve/2013/7437/1.bmp
Binary files differdiff --git a/bugs/cve/2013/7437/2.bmp b/bugs/cve/2013/7437/2.bmp
new file mode 100644
index 0000000..9346749
--- /dev/null
+++ b/bugs/cve/2013/7437/2.bmp
Binary files differdiff --git a/bugs/cve/2016/9557/signed-int-overflow.jp2 b/bugs/cve/2016/9557/signed-int-overflow.jp2
new file mode 100644
index 0000000..db0b961
--- /dev/null
+++ b/bugs/cve/2016/9557/signed-int-overflow.jp2
Binary files differdiff --git a/bugs/cve/2017/14745/crash_1 b/bugs/cve/2017/14745/crash_1
new file mode 100644
index 0000000..7a88735
--- /dev/null
+++ b/bugs/cve/2017/14745/crash_1
Binary files differdiff --git a/bugs/cve/2017/15025/3899.crashes.bin b/bugs/cve/2017/15025/3899.crashes.bin
new file mode 100644
index 0000000..1feda50
--- /dev/null
+++ b/bugs/cve/2017/15025/3899.crashes.bin
Binary files differdiff --git a/bugs/cve/2017/15025/floatexception.elf b/bugs/cve/2017/15025/floatexception.elf
new file mode 100644
index 0000000..8d0112a
--- /dev/null
+++ b/bugs/cve/2017/15025/floatexception.elf
Binary files differdiff --git a/bugs/cve/2017/15232/1.jpg b/bugs/cve/2017/15232/1.jpg
new file mode 100644
index 0000000..b04eae5
--- /dev/null
+++ b/bugs/cve/2017/15232/1.jpg
Binary files differdiff --git a/bugs/cve/2017/15232/2.jpg b/bugs/cve/2017/15232/2.jpg
new file mode 100644
index 0000000..8ec86d7
--- /dev/null
+++ b/bugs/cve/2017/15232/2.jpg
Binary files differdiff --git a/bugs/cve/2017/5969/crash-libxml2-recover.xml b/bugs/cve/2017/5969/crash-libxml2-recover.xml
new file mode 100644
index 0000000..40ed2ac
--- /dev/null
+++ b/bugs/cve/2017/5969/crash-libxml2-recover.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>

+<!DOCTYPE root [

+  <!ELEMENT root (a,b)>

+  <!ELEMENT a EMPTY>

+  <!ELEMENT b (#PCDATA|c)* >

+  <!ELEMENT c ANY>

+  <!ELEMENT d ANY>

+  <!ELEMENT e ANY>

+  <!ELEMENT f ANY>

+  <!--* test all pble children,cp,choice,seq patterns in P47,P48,P49,P-->

+  <!ELEMENT child0 (a)>

+  <!ELEMENT child1 (a|b|c)>

+  <!ELEMENT child2 (a ,b,b?,a*,c,c,a,a,b+,c ) >

+  <!ELEMENT child3 (a+|b)? >

+  <!ELEMENT child4 (a, (b|cp+, (a|d)?, (e|f)* )?>

+  <!ELEMENT child5 ( (a,b) | c? | ((d|e),b,c) )* >

+  <!ELEMENT child5_1 ( (a¥b)* | (c,b)? | (d,a)+ | ((e|f),b,c) )* >

+  <!ELEMENT child6 (a,b,c)*>

+  <!ELEMENT child7 ((a,b)|c*|((d|e),b,c) )+ >

+  <!ELEMENT child8 ( a, (bb), b)+>  

+]>

+<root><a/><b>

+   <c></c >

+   content of b element

+</b></root>

+<!--* test: tests P47,P48,P49,P50*-->

+