Skip to content

http_ntlm: remove unreachable code#17587

Closed
bagder wants to merge 1 commit intomasterfrom
bagder/ntlm-update
Closed

http_ntlm: remove unreachable code#17587
bagder wants to merge 1 commit intomasterfrom
bagder/ntlm-update

Conversation

@bagder
Copy link
Copy Markdown
Member

@bagder bagder commented Jun 11, 2025

Since the code now checks for NULL and returns before this point, 'ntlm' cannot be NULL at this point in the code. Pointed out by Coverity.

Follow-up to 5586520

Since the code now checks for NULL and returns before this point, 'ntlm'
cannot be NULL at this point in the code. Pointed out by Coverity.

Follow-up to 5586520
@bagder bagder marked this pull request as ready for review June 11, 2025 09:21
@testclutch
Copy link
Copy Markdown

Analysis of PR #17587 at eb49937d:

Test 807 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Note that this test has failed in 6 different CI jobs (the link just goes to one of them).

Generated by Testclutch

@bagder bagder closed this in b950c8c Jun 11, 2025
@bagder bagder deleted the bagder/ntlm-update branch June 11, 2025 21:06
denandz pushed a commit to denandz/curl that referenced this pull request Jun 21, 2025
Since the code now checks for NULL and returns before this point, 'ntlm'
cannot be NULL at this point in the code. Pointed out by Coverity.

Follow-up to 5586520

Closes curl#17587
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants