You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2012/12/10 12:33:21 UTC

[jira] [Assigned] (HTTPCLIENT-1040) .NTLMEngineImpl.MD4.update() - dead store to curBufferPos @ line 1103

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright reassigned HTTPCLIENT-1040:
---------------------------------------

    Assignee: Karl Wright
    
> .NTLMEngineImpl.MD4.update() - dead store to curBufferPos @ line 1103
> ---------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1040
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1040
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpAuth
>            Reporter: Sebb
>            Assignee: Karl Wright
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: HTTPCLIENT-1040.patch
>
>
> Line 1103 has:
> curBufferPos += transferAmt;
> however the local variable is not used after that point.
> This could be indicative of a bug.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org