You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
dasblog-core/source/DasBlog.Web.UI/Controllers/AdminController.cs
Line 63 in b2852d0
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:
dasblog-core/source/DasBlog.Web.UI/Controllers/AdminController.cs
Line 77 in b2852d0
dasblog-core/source/DasBlog.Web.UI/Controllers/AdminController.cs
Line 85 in b2852d0
The text was updated successfully, but these errors were encountered: