Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 61749
Collapse All | Expand All

(-)infback.c.orig (+3 lines)
Lines 434-439 Link Here
434
                }
434
                }
435
            }
435
            }
436
436
437
            if (state->mode == BAD)
438
                break;
439
437
            /* build code tables */
440
            /* build code tables */
438
            state->next = state->codes;
441
            state->next = state->codes;
439
            state->lencode = (code const FAR *)(state->next);
442
            state->lencode = (code const FAR *)(state->next);
(-)inflate.c.orig (+3 lines)
Lines 861-866 Link Here
861
                }
861
                }
862
            }
862
            }
863
863
864
            if (state->mode == BAD)
865
                break;
866
864
            /* build code tables */
867
            /* build code tables */
865
            state->next = state->codes;
868
            state->next = state->codes;
866
            state->lencode = (code const FAR *)(state->next);
869
            state->lencode = (code const FAR *)(state->next);

Return to bug 61749