Skip to content

Memory faults with user-defined callables usage #103

@flexferrum

Description

@flexferrum
  • 1. Use after free with callables as a reflected property

{{ foo.setBar(4) }} will cause a use after free when attempting to invoke the callable property setBar.

  • 2. Dangling reference with user-defined callables returning a reflected object

{% set foo = callable() %} {{ foo.bar }} there is a dangling reference in the property accessor for foo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions