Loading STATUS +0 −6 Changes for STATUS: 0 added lines, 6 removed lines. Original line number Diff line number Diff line Loading @@ -107,12 +107,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) event: quiet compiler warning (spurious, "'last' may be used uninitialized", though actually it won't). trunk patch: http://svn.apache.org/r1684057 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic, jailletc36, ocovener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading server/mpm/event/event.c +1 −1 Changes for server/mpm/event/event.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -1447,7 +1447,7 @@ static void process_timeout_queue(struct timeout_queue *q, APR_RING_INIT(&trash, event_conn_state_t, timeout_list); for (qp = q; qp; qp = qp->next) { count = 0; cs = first = APR_RING_FIRST(&qp->head); cs = first = last = APR_RING_FIRST(&qp->head); while (cs != APR_RING_SENTINEL(&qp->head, event_conn_state_t, timeout_list) /* Trash the entry if: Loading Loading
STATUS +0 −6 Changes for STATUS: 0 added lines, 6 removed lines. Original line number Diff line number Diff line Loading @@ -107,12 +107,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) event: quiet compiler warning (spurious, "'last' may be used uninitialized", though actually it won't). trunk patch: http://svn.apache.org/r1684057 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic, jailletc36, ocovener PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] Loading
server/mpm/event/event.c +1 −1 Changes for server/mpm/event/event.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -1447,7 +1447,7 @@ static void process_timeout_queue(struct timeout_queue *q, APR_RING_INIT(&trash, event_conn_state_t, timeout_list); for (qp = q; qp; qp = qp->next) { count = 0; cs = first = APR_RING_FIRST(&qp->head); cs = first = last = APR_RING_FIRST(&qp->head); while (cs != APR_RING_SENTINEL(&qp->head, event_conn_state_t, timeout_list) /* Trash the entry if: Loading