NetConfClient null exception when PW incorrect
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 62/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- csharp
- Domain
- networking
Research direction
Start at NetConfClient.OnDisconnecting and reproduce a connection attempt with an incorrect password. Trace the password exception through disconnect handling and verify that the reported exception is preserved instead of being replaced by a null object reference. Done means the incorrect-password case returns the expected exception without causing a null-reference failure.
Written by the indexing model from the issue text.
Description
On the stack I saw the Password Exception, but what was returned was a null object reference from here:
protected override void OnDisconnecting()
{
base.OnDisconnecting();
_netConfSession.Disconnect(); //_netConfSession is null
}
adding a null check passes me the correct exception
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 993
- Avg merge
- 9d 21h
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from sshnet/SSH.NET
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
Difficulty 3/5 1-2 days Newbie friendliness 67/100
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
sshnet/SSH.NET#1795 · 1 comment · 1 reaction · 2 assignees ·
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
t/bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
ci-failure-cause test-failure
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area:auth FE mvp P3
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
klasolsson81/jobbliggaren#1788 ·