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

DasBlog.Web.Controllers.AdminController generates a StackOverflowException when processing invalid input #705

Open
vbaderks opened this issue Oct 26, 2024 · 0 comments
Labels

Comments

@vbaderks
Copy link
Contributor

When running versions v8.0.1200 of dasblog-core I noticed that invalid model settings will trigger a StackOverflowException as the method Settings(...) will call itself in case of an error condition:

Note 1: I will create a new issue, that describes the root cause that triggers this invalid input.

Note 2: in the same method, there are also another 2 checks to see if the settings could be saved and when failing will call itself again. I have not verified this flow also results in a stack overflow, but I think it will:

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

2 participants