Skip to content

socks4 parse error #1892

@Jackarain

Description

@Jackarain

(((unsigned char)socksreq[8] << 8) | (unsigned char)socksreq[9]),

(((unsigned char)socksreq[8] << 8) | (unsigned char)socksreq[9]),

(((unsigned char)socksreq[8] << 8) | (unsigned char)socksreq[9]),

(((unsigned char)socksreq[8] << 8) | (unsigned char)socksreq[9]),

should be:

(((unsigned char)socksreq[2] << 8) | (unsigned char)socksreq[3])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions