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

Block adding an object to itself (by using .add) as it causes infinite recursive loop on PanObject.vsys() #512

Open
AnthoBalitrand opened this issue Jun 2, 2023 · 0 comments
Labels

Comments

@AnthoBalitrand
Copy link
Contributor

Describe the bug

It is actually possible to add an object to itself (using the PanObject.add() method), which can causes infinite depth recursivity issue when using delete() or delete_similar() on it.

Possible solution

Avoid the possibility of adding an object to itself through the PanObject.add() method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant