Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forbid installing an operation as method for itself #4349

Closed

Commits on Mar 25, 2021

  1. Forbid installing an operation as method for itself

    Triggering such a "method" would lead to a segfault due to a stack overflow.
    
    Of course one can still trigger this by e.g. having two operations `foo` and
    `bar, and installing `foo` as method for `bar` and vice-versa. But that is far
    less likely to happen by accident. Also, it seems better to fix at least some
    instances of this issue than to give up because we can't fix it completely.
    fingolfin committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    ce0db99 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Delete c_oper1.c

    fingolfin authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    080fd97 View commit details
    Browse the repository at this point in the history
  2. Delete c_oper1.c

    fingolfin authored Jun 6, 2021
    Configuration menu
    Copy the full SHA
    17cdc98 View commit details
    Browse the repository at this point in the history