Opened 5 years ago

Closed 5 years ago

#1739 closed defect (invalid)

invaild r->port_end

Reported by: akf00000@… Owned by:
Priority: minor Milestone: nginx-1.15
Component: other Version: 1.15.x
Keywords: Cc:
uname -a:
nginx -V: 1.15.1

Description

Then function ngx_http_parse_request_line never set r->port_start.
When function ngx_http_alloc_large_header_buffer malloc new request line buffer cause r->port_end pointer invalid because r->port_start always NULL.

Change History (1)

comment:1 by Maxim Dounin, 5 years ago

Resolution: invalid
Status: newclosed

Correct, r->port_start is never set. Both r->port_start and r->port_end are never used by the current code, so this is not a problem.

Note: See TracTickets for help on using tickets.