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

Exception when attempting to protect the root node in the treeview #25

Open
BookOfBeasts opened this issue Jan 19, 2023 · 0 comments
Open

Comments

@BookOfBeasts
Copy link

Attempting to protect the root directory in the RED2 treeview could pass a NULL node to the ProtectNode method.

Fix: Check for NULL before processing in the ProtectNode function in TreeManager.cs (just like unprotectNode does)

I've fixed it in my local copy and have created a Pull Request if you want to merge it into your your master branch.

-- Robert 'NotBob' Bookerby

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

No branches or pull requests

1 participant