Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

PRC can blow up the whole page #9

Open
tusmester opened this issue Sep 13, 2017 · 1 comment
Open

PRC can blow up the whole page #9

tusmester opened this issue Sep 13, 2017 · 1 comment
Labels

Comments

@tusmester
Copy link
Member

If something goes wrong in the DisplayInformation method in PortalRemoteControl.cs (for example an incorrect format string is used), the whole page becomes inaccessible.

Source code

private void DisplayInformation()

Solution

Make this method more robust by placing try-catch blocks around risky parts.

@subhamX
Copy link

subhamX commented Oct 11, 2019

@herflis Can I work on this? Also please tell me if I need to only wrap risky parts in try-catch block only? Or something else. :)

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

No branches or pull requests

3 participants