aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/json_fuzzer_seed_corpus/36fb09ba8e1d32cc1e4ab760699a5fb8b6bee53b
blob: 627421c8bc3eee0553586aa7a47aa3dab16049be (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
{
  "qpdf": [
    {
      "jsonversion": 2,
      "pdfversion": "1.3",
      "maxobjectid": 6
    },
    {
      "obj:1 0 R": {
        "value": {
          "/Pages": "2 0 R",
          "/Type": "/Catalog"
        }
      },
      "obj:2 0 R": {
        "value": {
          "/Count": 1,
          "/Kids": [
            "3 0 R"
          ],
          "/Type": "/Pages"
        },
        "stream": {
          "data": "QlQKICAvRjEgMjQgVGYKICA3MiA3MjAgVGQKICAoUG90YXRvKSBUagpFVAo=",
          "dict": {}
        }
      },
      "obj:3 0 R": {
        "potato": {
          "salad": "ignored-so-no-string-error",
          "nested": [1, 2, {"x": "y"}]
        }
      },
      "obj:4 0 R": {
        "stream": {
          "potato": "u:salad"
        }
      },
      "obj:5 0 R": {
        "stream": {
          "dict": {"/A": "/B"},
          "data": "QlQKICAvRjEgMjQgVGYKICA3MiA3MjAgVGQKICAoUG90YXRvKSBUagpFVAo=",
          "datafile": "abc"
        }
      },
      "obj:6 0 R": {
        "value": {
          "/BaseFont": "/Helvetica",
          "/Encoding": "/WinAnsiEncoding",
          "/Subtype": "/Type1",
          "/Type": "/Font"
        }
      },
      "trailer": {
        "potato": {
          "/Root": "1 0 R",
          "/Size": 7
        }
      }
    }
  ]
}