Skip to content

http_ntlm: remove unreachable code #17587

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

Closed
wants to merge 1 commit into from
Closed

http_ntlm: remove unreachable code #17587

wants to merge 1 commit into from

Conversation

bagder
Copy link
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

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