Skip to content
  • Yorick Peterse's avatar
    Enforce a limit on bytecode input sizes · 26f0023c
    Yorick Peterse authored
    This adds limits to various parts of the bytecode parser that are
    enforced when reading various literals, such as strings and Compiled
    Code objects. These limits prevent the VM from crashing with an OOM
    error when reading malformed (or _very_ large) bytecode files.
    26f0023c