Changes between Initial Version and Version 1 of Ticket #1474, comment 2
- Timestamp:
- 01/29/18 08:57:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1474, comment 2
initial v1 1 1 No, i mean the next part is empty, but not the null pointer, it crashes when the first elt does not initialize after ngx_list_push 2 Because i >= part->nelts and i >= part->neltswould not exec after move to next part2 Because i >= part->nelts and part->next == NULL would not exec after move to next part 3 3 4 4