aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/json_fuzzer_seed_corpus/2f14d03ad49050d30929e5689ec98d5eda314e46
blob: 5f004474c11870eea0547b2d552f607de6f0dc4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
  "qpdf": [
    {
      "jsonversion": 2,
      "pdfversion": "2.0",
      "pushedinheritedpageresources": false,
      "calledgetallpages": false,
      "maxobjectid": 9
    },
    {
      "obj:1 0 R": {
        "value": {
          "/Pages": "2 0 R",
          "/Type": "/Catalog"
        }
      },
      "obj:2 0 R": {
        "value": {
          "/Count": 1,
          "/Kids": [
            "3 0 R"
          ],
          "/Type": "/Pages"
        }
      },
      "obj:3 0 R": {
        "value": {
          "/Contents": "4 0 R",
          "/MediaBox": [
            0,
            0,
            612,
            792
          ],
          "/Parent": "2 0 R",
          "/Resources": {
            "/Font": {
              "/F1": "6 0 R"
            },
            "/ProcSet": "5 0 R"
          },
          "/Type": "/Page"
        }
      },
      "obj:4 0 R": {
        "stream": {
          "data": "QlQKICAvRjEgMjQgVGYKICA3MiA3MjAgVGQKICAoUG90YXRvKSBUagpFVAo=",
          "dict": {}
        }
      },
      "obj:5 0 R": {
        "value": [
          "/PDF",
          "/Text"
        ]
      },
      "obj:6 0 R": {
        "value": {
          "/BaseFont": "/Helvetica",
          "/Encoding": "/WinAnsiEncoding",
          "/Name": "/F1",
          "/Subtype": "/Type1",
          "/Type": "/Font"
        }
      },
      "obj:7 0 R": {
        "value": {
          "/dangling-ref-for-json-test": [
            "9 0 R"
          ],
          "/hex strings": [
            "u:Potato",
            "b:01020300040560",
            "u:AB"
          ],
          "/indirect": "8 0 R",
          "/names": [
            "/nesting",
            "/hex strings",
            "/text/plain"
          ],
          "/nesting": {
            "/a": [
              1,
              2,
              {
                "/x": "u:y"
              },
              [
                "u:z"
              ]
            ],
            "/b": {
              "/": "u:legal",
              "/a": [
                1,
                2
              ]
            }
          },
          "/strings": [
            "u:one",
            "b:24a2",
            "u:",
            "u:()",
            "u:(",
            "u:)",
            "u:a\f\b\t\r\nb",
            "u:\"",
            "u:\"\"",
            "u:\"(\")\"",
            "b:410042",
            "u:a\nb",
            "u:a b",
            "u:π",
            "u:🥔"
          ]
        }
      },
      "obj:8 0 R": {
        "value": "u:hello"
      },
      "obj:9 0 R": {
        "value": null
      },
      "trailer": {
        "value": {
          "/QTest": "7 0 R",
          "/Root": "1 0 R",
          "/Size": 9
        }
      }
    }
  ]
}